diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee index 3140ef3a7..338bb8625 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee @@ -375,7 +375,7 @@ class EmailReply extends App.Controller buttonCancel: __('Cancel') buttonCancelClass: 'btn--danger' buttonSubmit: false - message: __('Need recipient in "To" or "Cc".') + message: __('Need recipient in "TO" or "CC".') shown: true small: true container: ui.el.closest('.content') diff --git a/app/assets/javascripts/app/models/overview.coffee b/app/assets/javascripts/app/models/overview.coffee index 9ff716de0..a6d48a35b 100644 --- a/app/assets/javascripts/app/models/overview.coffee +++ b/app/assets/javascripts/app/models/overview.coffee @@ -7,7 +7,7 @@ class App.Overview extends App.Model { name: 'link', display: __('Link'), readonly: 1 }, { name: 'role_ids', display: __('Available for the following roles'), tag: 'column_select', multiple: true, null: false, relation: 'Role', translate: true }, { name: 'user_ids', display: __('Restrict to only the following users'), tag: 'column_select', multiple: true, null: true, relation: 'User', sortBy: 'firstname' }, - { name: 'organization_shared', display: __('Only available for Users with shared Organization'), tag: 'select', options: { true: 'yes', false: 'no' }, default: false, null: true }, + { name: 'organization_shared', display: __('Only available for Users with shared Organizations'), tag: 'select', options: { true: 'yes', false: 'no' }, default: false, null: true }, { name: 'out_of_office', display: __('Only available for Users which are replacements for other users.'), tag: 'select', options: { true: 'yes', false: 'no' }, default: false, null: true }, { name: 'condition', display: __('Conditions for shown Tickets'), tag: 'ticket_selector', null: false, out_of_office: true }, { name: 'prio', display: __('Prio'), readonly: 1 }, diff --git a/app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco b/app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco index ace5ed7cf..c4fcc7346 100644 --- a/app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco +++ b/app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco @@ -4,16 +4,16 @@

<% if @result.stats: %> <%- @T('The test run was successful.') %> - <%- @T('The following changes are made:') %> + <%- @T('The following changes will be made:') %>