diff --git a/test/unit/notification_factory_test.rb b/test/unit/notification_factory_test.rb index 17c1aecae..cb573ea86 100644 --- a/test/unit/notification_factory_test.rb +++ b/test/unit/notification_factory_test.rb @@ -411,7 +411,7 @@ next line, Group: Users', assert_match('Notification<b>xxx</b>', result[:body]) assert_match('es wurde ein neues Ticket', result[:body]) assert_match('<b>test123</b>', result[:body]) - assert_match('Manage your notifications settings', result[:body]) + assert_match('Benachrichtigungseinstellungen Verwalten', result[:body]) assert_no_match('Your', result[:body]) article = Ticket::Article.create( @@ -461,7 +461,7 @@ next line, Group: Users', assert_match('Notification<b>xxx</b>', result[:body]) assert_match('wurde von', result[:body]) assert_match('test123', result[:body]) - assert_match('Manage your notifications settings', result[:body]) + assert_match('Benachrichtigungseinstellungen Verwalten', result[:body]) assert_no_match('Your', result[:body]) end