mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
NavigationSteps: Rename setting_type_name to setting_type.
The trailing `_name` was redundant.
This commit is contained in:
committed by
Tim Abbott
parent
2ba160ec19
commit
aa98915371
@@ -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) => `
|
||||
<ol>
|
||||
<li>
|
||||
Click on the <b>gear</b> (${RawZulipIconGear}) icon in the upper
|
||||
right corner of the web or desktop app.
|
||||
</li>
|
||||
<li>
|
||||
Select <b>${setting_type_name}</b>.
|
||||
Select <b>${setting_type}</b>.
|
||||
</li>
|
||||
<li>
|
||||
On the left, click <b>${setting_name}</b>.
|
||||
|
||||
Reference in New Issue
Block a user