From aa98915371b33e45946861c5e21613ee5ee7c17a Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Mon, 30 Jun 2025 06:25:16 +0000 Subject: [PATCH] NavigationSteps: Rename setting_type_name to setting_type. The trailing `_name` was redundant. --- help-beta/src/components/NavigationSteps.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help-beta/src/components/NavigationSteps.astro b/help-beta/src/components/NavigationSteps.astro index 1ecc111fbf..923a03557b 100644 --- a/help-beta/src/components/NavigationSteps.astro +++ b/help-beta/src/components/NavigationSteps.astro @@ -283,14 +283,14 @@ const relative_link_mapping: Record< }; -const getSettingsMarkdown = (setting_type_name: string, setting_name: string) => ` +const getSettingsMarkdown = (setting_type: string, setting_name: string) => `
  1. Click on the gear (${RawZulipIconGear}) icon in the upper right corner of the web or desktop app.
  2. - Select ${setting_type_name}. + Select ${setting_type}.
  3. On the left, click ${setting_name}.