Fixes obsolete texts or descriptions - which are no longer in use
This commit is contained in:
parent
183a893883
commit
0a819f8d3c
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ Setting.create_if_not_exists(
|
|||
title: 'Maintenance Login',
|
||||
name: 'maintenance_login',
|
||||
area: 'Core::WebApp',
|
||||
description: 'Put a message on the login page. To change it, click on the text area below and change it inline.',
|
||||
description: 'Put a message on the login page. To change it, click on the text area below and change it in-line.',
|
||||
options: {},
|
||||
state: false,
|
||||
preferences: {
|
||||
|
|
|
@ -365,7 +365,7 @@ test('i18n', function() {
|
|||
translated = App.i18n.translateContent('§%s§ %s test', 123, 'xxx')
|
||||
equal(translated, '<kbd>123</kbd> xxx test', 'en-us - §%s§ %s')
|
||||
|
||||
translated = App.i18n.translateContent('Here you can search for ticket, customers and organizations. Use the wildcard §*§ to find everything. E. g. §smi*§ or §rosent*l§. You also can use ||double quotes|| for searching phrases §"some phrase"§.')
|
||||
translated = App.i18n.translateContent('Here you can search for tickets, customers and organizations. Use the wildcard §*§ to find everything. E. g. §smi*§ or §rosent*l§. You also can use ||double quotes|| for searching phrases §"some phrase"§.')
|
||||
equal(translated, 'Here you can search for ticket, customers and organizations. Use the wildcard <kbd>*</kbd> to find everything. E. g. <kbd>smi*</kbd> or <kbd>rosent*l</kbd>. You also can use <i>double quotes</i> for searching phrases <kbd>"some phrase"</kbd>.', 'en-us - §§ §§ §§ || §§')
|
||||
|
||||
translated = App.i18n.translateContent('//%s// %s test', 123, 'xxx')
|
||||
|
|
Loading…
Reference in a new issue