mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
added missing i18n strings (#1)
This commit is contained in:
@@ -115,8 +115,8 @@
|
||||
|
||||
$scope.clipboardSuccess = function (e, type) {
|
||||
e.clearSelection();
|
||||
$analytics.eventTrack('Copied ' + type);
|
||||
toastr.info(type + ' copied!');
|
||||
$analytics.eventTrack('Copied ' + (type === i18nService.username ? 'Username' : 'Password'));
|
||||
toastr.info(type + i18nService.valueCopied);
|
||||
};
|
||||
|
||||
$scope.$on('syncCompleted', function (event, successfully) {
|
||||
|
||||
Reference in New Issue
Block a user