1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

remove bad errorsHaveOccurred string from locales

This commit is contained in:
Kyle Spearrin
2016-11-29 21:05:26 -05:00
parent 2fce809751
commit 7ae4390609
8 changed files with 1 additions and 29 deletions

View File

@@ -35,7 +35,7 @@
});
}
else {
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsHaveOccurred);
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsOccurred);
}
});
});