mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
added missing i18n strings (#1)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
$scope.clipboardSuccess = function (e) {
|
||||
$analytics.eventTrack('Copied Generated Password');
|
||||
e.clearSelection();
|
||||
toastr.info('Password copied!');
|
||||
toastr.info(i18nService.passwordCopied);
|
||||
};
|
||||
|
||||
$scope.close = function () {
|
||||
|
||||
Reference in New Issue
Block a user