Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/app/directives/credentialfield.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/directives/credentialfield.js b/js/app/directives/credentialfield.js
index ae380236..aa8ad159 100644
--- a/js/app/directives/credentialfield.js
+++ b/js/app/directives/credentialfield.js
@@ -54,7 +54,7 @@
var regex = new RegExp(expression);
$translate(['toggle.visibility', 'copy', 'copied']).then(function (translations) {
scope.tggltxt = translations['toggle.visibility'];
- scope.copy_msg = translations['copy'];
+ scope.copy_msg = translations['copy.field'];
});
scope.$watch("value", function () {