From 9a6ccba73331c8e1b723bc225037ff57a20156b3 Mon Sep 17 00:00:00 2001
From: David Rosa
Date: Thu, 15 Feb 2024 16:39:36 -0700
Subject: [PATCH] account-settings: Rename "API key" button.
Renames button to "Manage your API key", and updates docs
accordingly.
Fixes part of #28881.
---
api_docs/api-keys.md | 2 +-
templates/zerver/integrations/google-calendar.md | 2 +-
web/templates/settings/account_settings.hbs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/api_docs/api-keys.md b/api_docs/api-keys.md
index 2c6dc2b1de..1f902fa9e8 100644
--- a/api_docs/api-keys.md
+++ b/api_docs/api-keys.md
@@ -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
diff --git a/templates/zerver/integrations/google-calendar.md b/templates/zerver/integrations/google-calendar.md
index b700ba54ba..e9a21b3afb 100644
--- a/templates/zerver/integrations/google-calendar.md
+++ b/templates/zerver/integrations/google-calendar.md
@@ -20,7 +20,7 @@ your reminders directly in your Zulip feed.
then clicking on **Personal settings**.
1. Click on the tab that’s 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.
diff --git a/web/templates/settings/account_settings.hbs b/web/templates/settings/account_settings.hbs
index 057a1b4738..5bb89c5287 100644
--- a/web/templates/settings/account_settings.hbs
+++ b/web/templates/settings/account_settings.hbs
@@ -127,7 +127,7 @@