mirror of https://github.com/zulip/zulip.git
help-settings-links: Fix for new invitations section in users tab.
Updates the instructions for `{settings_tab|invitations}` to work like the deactivated users link, and updates the one article that currently uses it: `help/invite-new-users.md`.
This commit is contained in:
parent
3e16d61015
commit
fb3ec350c7
|
@ -86,6 +86,8 @@ for invitations for the organization owners role.
|
|||
|
||||
{settings_tab|invitations}
|
||||
|
||||
1. Select the **Invitations** tab.
|
||||
|
||||
1. From there, you can view pending invitations, **Revoke** email
|
||||
invitations and invitation links, or **Resend** email invitations.
|
||||
|
||||
|
|
|
@ -68,6 +68,11 @@ link_mapping = {
|
|||
"Users",
|
||||
"/#organization/users/deactivated",
|
||||
],
|
||||
"invitations": [
|
||||
"Organization settings",
|
||||
"Users",
|
||||
"/#organization/users/invitations",
|
||||
],
|
||||
"bot-list-admin": [
|
||||
"Organization settings",
|
||||
"Bots",
|
||||
|
@ -93,11 +98,6 @@ link_mapping = {
|
|||
"Custom profile fields",
|
||||
"/#organization/profile-field-settings",
|
||||
],
|
||||
"invitations": [
|
||||
"Organization settings",
|
||||
"Invitations",
|
||||
"/#organization/users/invitations",
|
||||
],
|
||||
"data-exports-admin": [
|
||||
"Organization settings",
|
||||
"Data exports",
|
||||
|
|
Loading…
Reference in New Issue