Commit 57bf1b60 authored by Shane Manjarres's avatar Shane Manjarres Committed by Franco Fichtner

(legacy) correct misspelled word in system_usermanager.php

(cherry picked from commit 6b291199)
parent 610ff816
...@@ -1020,7 +1020,7 @@ $( document ).ready(function() { ...@@ -1020,7 +1020,7 @@ $( document ).ready(function() {
<td></td> <td></td>
<td width="20px"></td> <td width="20px"></td>
<td width="20px"><span class="glyphicon glyphicon-user text-danger"></span></td> <td width="20px"><span class="glyphicon glyphicon-user text-danger"></span></td>
<td width="200px"><?= gettext('System Admininistrator') ?></td> <td width="200px"><?= gettext('System Administrator') ?></td>
<td width="20px"><span class="glyphicon glyphicon-user text-muted"></span></td> <td width="20px"><span class="glyphicon glyphicon-user text-muted"></span></td>
<td width="200px"><?= gettext('Disabled User') ?></td> <td width="200px"><?= gettext('Disabled User') ?></td>
<td width="20px"><span class="glyphicon glyphicon-user text-info"></span></td> <td width="20px"><span class="glyphicon glyphicon-user text-info"></span></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