Bug 1143629 - Contacts import incorrectly displays all forms of plural strings. r=mikedeboer, a=lmandel

This commit is contained in:
Mark Banner
2015-03-16 14:51:11 +00:00
parent d128b80951
commit e6a68dbaf9
3 changed files with 4 additions and 1 deletions

View File

@@ -455,6 +455,7 @@ loop.contacts = (function(_, mozL10n) {
return;
}
this.props.notifications.successL10n("import_contacts_success_message", {
num: stats.total,
total: stats.total
});
});