settings: Rename user-list-admin to users.

Renaming the url for better readability on the user's side.
We've also added a redirect for this, which will change the `section`
from `user-list-admin` to `users` whenever required.
See https://github.com/zulip/zulip/pull/30268#discussion_r1631539656
This commit is contained in:
Shubham Padia
2024-06-12 08:59:52 +00:00
committed by Tim Abbott
parent 9c47a7be28
commit e4c89771fd
14 changed files with 33 additions and 14 deletions

View File

@@ -1 +1 @@
<a class="view-all-users-link" href="#organization/user-list-admin">{{t "View all users" }}</a>
<a class="view-all-users-link" href="#organization/users">{{t "View all users" }}</a>