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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorgt-h6k <git@gt-h6k.net>2019-07-09 15:28:38 +0300
committergt-h6k <git@gt-h6k.net>2019-07-09 15:28:38 +0300
commit078533a5a0a86c41d6425d901532189f00e502d2 (patch)
tree4f67462cc27a49687ab889cd133af91f11a0e2a5 /js
parentf01a1b11d5d3990fb545252d082c9a5bdea5e831 (diff)
Use the impersonate translation
Signed-off-by: gt-h6k <git@gt-h6k.net>
Diffstat (limited to 'js')
-rw-r--r--js/impersonate_logout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/impersonate_logout.js b/js/impersonate_logout.js
index eb11463..4e41d7c 100644
--- a/js/impersonate_logout.js
+++ b/js/impersonate_logout.js
@@ -3,7 +3,7 @@ $(document).ready(function () {
$("#logout").attr("href","#");
var text = '<a href="' + OC.generateUrl('apps/files') + '">' +
- t('core', 'Logged in as {uid}', {uid: OC.getCurrentUser().uid}) +
+ t('impersonate', 'Logged in as {uid}', {uid: OC.getCurrentUser().uid}) +
'</a>';
OC.Notification.showHtml(