Skip to content

Commit c266767

Browse files
committed
Titles for reset buttons.
1 parent 29c66d4 commit c266767

File tree

1 file changed

+2
-2
lines changed
  • usr/lib/linuxmuster-webui/plugins/lmn_groupmembership/resources/partial

1 file changed

+2
-2
lines changed

usr/lib/linuxmuster-webui/plugins/lmn_groupmembership/resources/partial/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<br>
6767

6868
<div ng:show="show_schoolclasses">
69-
<button class="btn btn-danger pull-right" ng:click="resetAll('class')" ng:show="identity.profile.isAdmin" translate><i class="fas fa-undo"></i></button>
69+
<button class="btn btn-danger pull-right" ng:click="resetAll('class')" ng:show="identity.profile.isAdmin" title="Reset all memberships" translate><i class="fas fa-undo"></i></button>
7070
<h3 translate>Schoolclasses</h3>
7171
<br />
7272
<progress-spinner ng:show="loading_schoolclasses"></progress-spinner>
@@ -118,7 +118,7 @@ <h3 translate>Printer</h3>
118118
<hr />
119119

120120
<div ng:show="show_projects">
121-
<button class="btn btn-danger pull-right" ng:click="resetAll('project')" ng:show="identity.profile.isAdmin" translate><i class="fas fa-undo"></i></button>
121+
<button class="btn btn-danger pull-right" ng:click="resetAll('project')" ng:show="identity.profile.isAdmin" title="Reset all memberships" translate><i class="fas fa-undo"></i></button>
122122
<h3 translate>Projects</h3>
123123
<br />
124124
<progress-spinner ng:show="loading_projects"></progress-spinner>

0 commit comments

Comments
 (0)