mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Fix Translation string
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
});
|
||||
}
|
||||
else {
|
||||
Dialog.confirm(l('Warning'), l('Are you sure you want to delete the addressbook <em>%{0}</em>?',
|
||||
Dialog.confirm(l('Warning'), l('Are you sure you want to delete the addressbook "%{0}"?',
|
||||
vm.service.selectedFolder.name),
|
||||
{ ok: l('Delete') })
|
||||
.then(function() {
|
||||
|
||||
Reference in New Issue
Block a user