mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52:17 -05:00
change strings
This commit is contained in:
parent
c397210c24
commit
644b9757ee
@ -112,8 +112,8 @@ define(function(require) {
|
||||
if (getFolder() === trashFolder) {
|
||||
$scope.state.dialog = {
|
||||
open: true,
|
||||
title: 'Remove permanently?',
|
||||
message: 'Do you want to remove this message permanently?',
|
||||
title: 'Delete',
|
||||
message: 'Delete this message permanently?',
|
||||
callback: function(ok) {
|
||||
$scope.state.dialog.open = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user