diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-12-11 14:19:02 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-12-28 19:23:40 +0100 |
commit | e4cf53031b21f885e21301c17e757b3bbe93bf0a (patch) | |
tree | 5a68df99b9cb5f9d1ae2fa7d794262e9e2eba630 /settings/templates/personal.php | |
parent | 640adde3b9fb1b47db0570e830d38f9bc7fa7928 (diff) | |
download | nextcloud-server-e4cf53031b21f885e21301c17e757b3bbe93bf0a.tar.gz nextcloud-server-e4cf53031b21f885e21301c17e757b3bbe93bf0a.zip |
fix overlap and functionality of cropper
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 8afa5aa551b..2971121cda0 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -55,7 +55,7 @@ <div id="cropper" class="hidden"> <div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Cancel')); ?></div> - <div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile image')); ?></div> + <div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile picture')); ?></div> </div> </form> <?php endif; ?> @@ -210,7 +210,6 @@ if($_['passwordChangeSupported']) { <?php endif; ?> <?php if(OC_APP::isEnabled('firstrunwizard')) {?> - <br> <a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a> <?php }?> </div> |