diff options
author | giorgia <g.sambrotta@gmail.com> | 2017-03-03 14:44:16 +0100 |
---|---|---|
committer | giorgia <g.sambrotta@gmail.com> | 2017-03-03 14:47:47 +0100 |
commit | 3afc16bf772465e80b9e9fdb728b55e32bbd7a7d (patch) | |
tree | f9b0b442e07333d863862d0457ce121474fe5e90 /settings/templates | |
parent | abc48f9e91fc117c8f6d0fcf7849ffca9489248b (diff) | |
download | nextcloud-server-3afc16bf772465e80b9e9fdb728b55e32bbd7a7d.tar.gz nextcloud-server-3afc16bf772465e80b9e9fdb728b55e32bbd7a7d.zip |
clean search when new user is added
Signed-off-by: giorgia <g.sambrotta@gmail.com>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.userlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php index 12adbb9f30a..7e7e1561e2f 100644 --- a/settings/templates/users/part.userlist.php +++ b/settings/templates/users/part.userlist.php @@ -70,5 +70,5 @@ <div class="emptycontent" style="display:none"> <div class="icon-search"></div> - <h2><?php p($l->t("No user found for '"));?><strong></strong>' </h2> + <h2></h2> </div> |