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
diff options
context:
space:
mode:
authorj-ed <juergen@eisfair.org>2019-04-03 14:59:39 +0300
committerGitHub <noreply@github.com>2019-04-03 14:59:39 +0300
commit72bf4a66378c68582b594a4937f67364a0a65b57 (patch)
tree83e25d69338036c6937f47c5a684e87adda670b3 /templates
parent36aee4410f528c486ecd1b36e84a196464d5b7c6 (diff)
changed block header from "Impersonate" to "Impersonate user" to improve translation.
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_settings.php b/templates/admin_settings.php
index a0e9720..f8f32d5 100644
--- a/templates/admin_settings.php
+++ b/templates/admin_settings.php
@@ -27,7 +27,7 @@ script('impersonate', 'admin_settings');
/** @var \OCP\IL10N $l */
?>
<div id="impersonate" class="section">
- <h2 class="inlineblock"><?php p($l->t('Impersonate')); ?></h2>
+ <h2 class="inlineblock"><?php p($l->t('Impersonate user')); ?></h2>
<p>
<input type="hidden" name="authorized" class="authorized" value="<?php p($_['authorized']) ?>" style="width: 320px;" />