From 5555043dbf24f749d48d45653c9f6cb378a5015d Mon Sep 17 00:00:00 2001 From: Denny Bresch Date: Tue, 25 Jun 2019 14:16:45 +0200 Subject: [PATCH] Fixes #1561 - fix translation strings. --- .../javascripts/app/controllers/_profile/token_access.coffee | 2 +- db/migrate/20170123000002_fixed_translation.rb | 4 ++-- db/seeds/settings.rb | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/app/controllers/_profile/token_access.coffee b/app/assets/javascripts/app/controllers/_profile/token_access.coffee index 0f72390c1..1ef5635ae 100644 --- a/app/assets/javascripts/app/controllers/_profile/token_access.coffee +++ b/app/assets/javascripts/app/controllers/_profile/token_access.coffee @@ -123,7 +123,7 @@ class Create extends App.ControllerModal ui = @ new App.ControllerModal( head: 'Your New Personal Access Token' - buttonSubmit: 'OK, I\'ve copied my token' + buttonSubmit: "OK, I've copied my token" content: -> App.view('profile/token_access_created')( name: ui.newToken.name diff --git a/db/migrate/20170123000002_fixed_translation.rb b/db/migrate/20170123000002_fixed_translation.rb index 3397f0f56..4acde1979 100644 --- a/db/migrate/20170123000002_fixed_translation.rb +++ b/db/migrate/20170123000002_fixed_translation.rb @@ -68,7 +68,7 @@ class FixedTranslation < ActiveRecord::Migration[4.2] { 'name' => 'ticket_hook', 'title' => nil, - 'description' => 'The identifier for a ticket, e. g. Ticket#, Call#, MyTicket#. The default is Ticket#.', + 'description' => 'The identifier for a ticket, e.g. Ticket#, Call#, MyTicket#. The default is Ticket#.', }, { 'name' => 'ticket_hook_divider', @@ -101,7 +101,7 @@ class FixedTranslation < ActiveRecord::Migration[4.2] { 'name' => 'ticket_subject_re', 'title' => nil, - 'description' => 'The text at the beginning of the subject in an email reply, e. g. RE, AW, or AS.', + 'description' => 'The text at the beginning of the subject in an email reply, e.g. RE, AW, or AS.', }, { 'name' => 'ticket_define_email_from', diff --git a/db/seeds/settings.rb b/db/seeds/settings.rb index 6d9672d4d..e3bfde33d 100644 --- a/db/seeds/settings.rb +++ b/db/seeds/settings.rb @@ -1793,7 +1793,7 @@ Setting.create_if_not_exists( title: 'Ticket Hook', name: 'ticket_hook', area: 'Ticket::Base', - description: 'The identifier for a ticket, e. g. Ticket#, Call#, MyTicket#. The default is Ticket#.', + description: 'The identifier for a ticket, e.g. Ticket#, Call#, MyTicket#. The default is Ticket#.', options: { form: [ { @@ -2364,7 +2364,7 @@ Setting.create_if_not_exists( title: 'Ticket Subject Reply', name: 'ticket_subject_re', area: 'Email::Base', - description: 'The text at the beginning of the subject in an email reply, e. g. RE, AW, or AS.', + description: 'The text at the beginning of the subject in an email reply, e.g. RE, AW, or AS.', options: { form: [ {