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
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-21 16:18:25 +0300
committerbrantje <brantje@gmail.com>2016-12-21 16:18:25 +0300
commitbc2e1d08acb18e857376e36f53207de9637f7543 (patch)
treecf24ca6e254ce6b80af1f7a80a136d779357250e /js/app/directives
parent8193b6d9f1db83f5bd1309002b2959705982d5a7 (diff)
Change translation key
Diffstat (limited to 'js/app/directives')
-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 () {