Admin: Improve language term 'Deleted users' - refs #5097

pull/5223/head
Yannick Warnier 9 months ago
parent e44b52ee0e
commit 7d1cc2555f
  1. 2
      public/main/admin/user_list.php
  2. 3
      translations/messages.en.po

@ -1392,7 +1392,7 @@ $tabsHtml = '
<a class="nav-link '.($view == 'all' ? 'active' : '').'" href="user_list.php?view=all">'.get_lang('All users').'</a>
</li>
<li class="nav-item '.($view == 'deleted' ? 'active' : '').'">
<a class="nav-link '.($view == 'deleted' ? 'active' : '').'" href="user_list.php?view=deleted">'.get_lang('Deleted Users').'</a>
<a class="nav-link '.($view == 'deleted' ? 'active' : '').'" href="user_list.php?view=deleted">'.get_lang('Deleted users').'</a>
</li>
</ul>
</div>';

@ -24220,3 +24220,6 @@ msgstr "Extra field to use as student ID for SCORM API"
msgid "The name provided will be used as the identifier of the user extra field containing an ID that the remote SCORM API will recognize as a user ID. This is only useful if your remote SCORM provider asked you for something similar."
msgstr "The name provided will be used as the identifier of the user extra field containing an ID that the remote SCORM API will recognize as a user ID. This is only useful if your remote SCORM provider asked you for something similar."
msgid "Deleted users"
msgstr "Deleted users"

Loading…
Cancel
Save