Browse Source

Maintenance: Improved wording of translatable source strings.

Martin Gruner 2 years ago
parent
commit
6a031ede62
2 changed files with 6 additions and 6 deletions
  1. 2 2
      app/assets/javascripts/app/views/widget/template.jst.eco
  2. 4 4
      i18n/zammad.pot

+ 2 - 2
app/assets/javascripts/app/views/widget/template.jst.eco

@@ -14,7 +14,7 @@
   <p><%- @T('No template created yet.') %></p>
   <p><%- @T('With templates you can pre-fill ticket attributes.') %></p>
   <p>
-    <a class="js-createLink u-clickable" href="#manage/templates"><%- @T('Create new template in admin interface.') %></a>
-    <span class="js-createTextOnly"><%- @T('Create new template in admin interface.') %></span>
+    <a class="js-createLink u-clickable" href="#manage/templates"><%- @T('Create a new template in the admin interface.') %></a>
+    <span class="js-createTextOnly"><%- @T('Create a new template in the admin interface.') %></span>
   </p>
 </div>

+ 4 - 4
i18n/zammad.pot

@@ -2421,6 +2421,10 @@ msgstr ""
 msgid "Create a Test Ticket"
 msgstr ""
 
+#: app/assets/javascripts/app/views/widget/template.jst.eco
+msgid "Create a new template in the admin interface."
+msgstr ""
+
 #: app/assets/javascripts/app/views/widget/shared_draft.jst.eco
 msgid "Create a shared draft"
 msgstr ""
@@ -2449,10 +2453,6 @@ msgstr ""
 msgid "Create new records"
 msgstr ""
 
-#: app/assets/javascripts/app/views/widget/template.jst.eco
-msgid "Create new template in admin interface."
-msgstr ""
-
 #: app/frontend/apps/mobile/entities/organization/composables/useOrganizationTicketsCount.ts
 msgid "Create new ticket for this organization"
 msgstr ""