We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f62efa + dd36b5a commit 90c478eCopy full SHA for 90c478e
modules/profiles/modules.php
@@ -360,7 +360,7 @@ protected function output() {
360
'<td class="d-none d-sm-table-cell">'.(mb_strlen($profile['rmk']) > 0 ? $this->trans('Yes') : $this->trans('No')).'</td>'.
361
'<td class="d-none d-sm-table-cell">'.($profile['default'] ? $this->trans('Yes') : $this->trans('No')).'</td>'.
362
'<td class="text-right"><a href="?page=profiles&profile_id='.$this->html_safe($profile['id']).'" title="'.$this->trans('Edit').'">'.
363
- '<i class="bi bi-gear-fill"></i></a></td>'.
+ '<i class="bi bi-pencil-fill"></i></a></td>'.
364
'</tr>';
365
}
366
$res .= '</table></div>';
0 commit comments