account-settings: Rename "API key" button.

Renames button to "Manage your API key", and updates docs
accordingly.

Fixes part of #28881.
This commit is contained in:
David Rosa 2024-02-15 16:39:36 -07:00 committed by Tim Abbott
parent e4e65074df
commit 9a6ccba733
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Anyone with your API key can impersonate you, so be doubly careful with it.
{settings_tab|account-and-privacy}
1. Under **API key**, click **Show/change your API key**.
1. Under **API key**, click **Manage your API key**.
1. Enter your password, and click **Get API key**. If you don't know your
password, click **reset it** and follow the

View File

@ -20,7 +20,7 @@ your reminders directly in your Zulip feed.
then clicking on **Personal settings**.
1. Click on the tab thats labeled **Account & privacy** and click on
**Show/change your API key**. Enter your password if prompted, and
**Manage your API key**. Enter your password if prompted, and
download the `zuliprc` file. Save this file as `.zuliprc` to your `~/`
directory.

View File

@ -127,7 +127,7 @@
</p>
<div id="api_key_button_container" class="inline-block {{#unless user_has_email_set}}disabled_setting_tooltip{{/unless}}">
<button class="button rounded" id="api_key_button" {{#unless user_has_email_set}}disabled="disabled"{{/unless}}>
{{t "Show/change your API key" }}
{{t "Manage your API key" }}
</button>
</div>
</div>