(fix) added translations + fixed typos

This commit is contained in:
Ludovic Marcotte
2016-01-13 12:48:20 -05:00
parent 2c59495005
commit ab23d0f766
5 changed files with 7 additions and 2 deletions

View File

@@ -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));
});