Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Felamimail): fix spam info dialog title translation
Browse files Browse the repository at this point in the history
Change-Id: I0ba0fd42ba24ab80d6720a5a09df66837d515662
Reviewed-on: http://gerrit.tine20.com/customers/18639
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
  • Loading branch information
pschuele committed Dec 7, 2020
1 parent 823c113 commit f65b3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Felamimail/js/MailDetailsPanel.js
Expand Up @@ -607,7 +607,7 @@ Ext.extend(Tine.Felamimail.MailDetailsPanel, Ext.Panel, {
iconCls: 'action_about',
handler: () => {
Ext.Msg.alert(
i18n._('Confirm SPAM Suspicion'),
this.app.i18n._('Confirm SPAM Suspicion'),
Tine.Tinebase.configManager.get('spamInfoDialogContent', 'Felamimail')
);
}
Expand Down

0 comments on commit f65b3b0

Please sign in to comment.