mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
(fix) added translations + fixed typos
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
AddressBook.$subscribe(addressbookData.owner, addressbookData.name).then(function(data) {
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content(l('Sucessfully subscribed to address book'))
|
||||
.content(l('Successfully subscribed to address book'))
|
||||
.position('top right')
|
||||
.hideDelay(3000));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user