diff --git a/public/assets/tests/core.js b/public/assets/tests/core.js
index d2e77510e..5123629cb 100644
--- a/public/assets/tests/core.js
+++ b/public/assets/tests/core.js
@@ -366,7 +366,7 @@ test('i18n', function() {
equal(translated, '123 xxx test', 'en-us - §%s§ %s')
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 * to find everything. E. g. smi* or rosent*l. You also can use double quotes for searching phrases "some phrase".', 'en-us - §§ §§ §§ || §§')
+ equal(translated, '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".', 'en-us - §§ §§ §§ || §§')
translated = App.i18n.translateContent('//%s// %s test', 123, 'xxx')
equal(translated, '123 xxx test', 'en-us - //%s// %s')