diff options
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 79436adf6..4090cbe4c 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3161,7 +3161,7 @@ function rcube_webmail() } }, { - text: this.get_label('cancel'), + text: this.get_label('ignore'), click: function(){ $(this).dialog('close'); } |