diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-31 11:53:37 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-21 11:29:57 +0100 |
commit | 9c7533ff6b5d8c38f5b1aeb9bc91504a0934df56 (patch) | |
tree | be42f62b74d8abbd05e3f7079589ba1b9437c58d /settings/templates | |
parent | 51b5f2754d493c926f7474d3f991e39d0c42f68c (diff) | |
download | nextcloud-server-9c7533ff6b5d8c38f5b1aeb9bc91504a0934df56.tar.gz nextcloud-server-9c7533ff6b5d8c38f5b1aeb9bc91504a0934df56.zip |
fix profile picture fed sharing scope menu
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index d1eebe1aacd..2db0cfa4882 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -38,7 +38,7 @@ <form id="avatarform" class="section" method="post" action="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.postAvatar')); ?>"> <h2> <label><?php p($l->t('Profile picture')); ?></label> - <span class="icon-loading"/> + <span class="icon-password"/> </h2> <div id="displayavatar"> <div class="avatardiv"></div> |