Fixes #1561 - fix translation strings.
This commit is contained in:
parent
df657a3e96
commit
5555043dbf
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue