Commit ba2391c0 authored by Franco Fichtner's avatar Franco Fichtner

system: fix tooltip for add button

(cherry picked from commit c82fdd08)
parent 6d23f4dc
......@@ -512,7 +512,7 @@ $( document ).ready(function() {
<td class="hidden-xs"> </td>
<td class="list">
<a href="system_groupmanager.php?act=new" class="btn btn-default btn-xs"
title="<?=gettext("add user");?>" data-toggle="tooltip">
title="<?=gettext("add group");?>" data-toggle="tooltip">
<span class="glyphicon glyphicon-plus"></span>
</a>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment