mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	gear_menu: Rename "Settings" option to "Personal settings".
Also includes change in markdown used in docs.
This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
			
		||||
            </li>
 | 
			
		||||
            <li role="presentation">
 | 
			
		||||
                <a href="#settings" role="menuitem">
 | 
			
		||||
                    <i class="fa fa-wrench" aria-hidden="true"></i> {{t 'Settings' }}
 | 
			
		||||
                    <i class="fa fa-wrench" aria-hidden="true"></i> {{t 'Personal settings' }}
 | 
			
		||||
                </a>
 | 
			
		||||
            </li>
 | 
			
		||||
            <li class="admin-menu-item" role="presentation">
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ gear_info = {
 | 
			
		||||
    # name is what the item is called in the gear menu: `Select **name**.`
 | 
			
		||||
    # link is used for relative links: `Select [name](link).`
 | 
			
		||||
    "manage-streams": ["Manage streams", "/#streams/subscribed"],
 | 
			
		||||
    "settings": ["Settings", "/#settings/profile"],
 | 
			
		||||
    "settings": ["Personal Settings", "/#settings/profile"],
 | 
			
		||||
    "manage-organization": ["Manage organization", "/#organization/organization-profile"],
 | 
			
		||||
    "integrations": ["Integrations", "/integrations"],
 | 
			
		||||
    "stats": ["Usage statistics", "/stats"],
 | 
			
		||||
 
 | 
			
		||||
@@ -16,15 +16,19 @@ link_mapping = {
 | 
			
		||||
    # breadcrumb to that setting to the name of its setting type, the setting
 | 
			
		||||
    # name as it appears in the user interface, and a relative link that can
 | 
			
		||||
    # be used to get to that setting
 | 
			
		||||
    "profile": ["Settings", "Profile", "/#settings/profile"],
 | 
			
		||||
    "account-and-privacy": ["Settings", "Account & privacy", "/#settings/account-and-privacy"],
 | 
			
		||||
    "display-settings": ["Settings", "Display settings", "/#settings/display-settings"],
 | 
			
		||||
    "notifications": ["Settings", "Notifications", "/#settings/notifications"],
 | 
			
		||||
    "your-bots": ["Settings", "Your bots", "/#settings/your-bots"],
 | 
			
		||||
    "alert-words": ["Settings", "Alert words", "/#settings/alert-words"],
 | 
			
		||||
    "uploaded-files": ["Settings", "Uploaded files", "/#settings/uploaded-files"],
 | 
			
		||||
    "muted-topics": ["Settings", "Muted topics", "/#settings/muted-topics"],
 | 
			
		||||
    "muted-users": ["Settings", "Muted users", "/#settings/muted-users"],
 | 
			
		||||
    "profile": ["Personal settings", "Profile", "/#settings/profile"],
 | 
			
		||||
    "account-and-privacy": [
 | 
			
		||||
        "Personal settings",
 | 
			
		||||
        "Account & privacy",
 | 
			
		||||
        "/#settings/account-and-privacy",
 | 
			
		||||
    ],
 | 
			
		||||
    "display-settings": ["Personal settings", "Display settings", "/#settings/display-settings"],
 | 
			
		||||
    "notifications": ["Personal settings", "Notifications", "/#settings/notifications"],
 | 
			
		||||
    "your-bots": ["Personal settings", "Your bots", "/#settings/your-bots"],
 | 
			
		||||
    "alert-words": ["Personal settings", "Alert words", "/#settings/alert-words"],
 | 
			
		||||
    "uploaded-files": ["Personal settings", "Uploaded files", "/#settings/uploaded-files"],
 | 
			
		||||
    "muted-topics": ["Personal settings", "Muted topics", "/#settings/muted-topics"],
 | 
			
		||||
    "muted-users": ["Personal settings", "Muted users", "/#settings/muted-users"],
 | 
			
		||||
    "organization-profile": [
 | 
			
		||||
        "Manage organization",
 | 
			
		||||
        "Organization profile",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user