mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	Shorten 'Keyboard Shortcuts' to just 'Shortcuts'
This commit is contained in:
		@@ -8,7 +8,7 @@ class PreferenceNav extends BaseComponent {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		this.props = props;
 | 
							this.props = props;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		this.navItems = ['General', 'Network', 'Servers', 'Keyboard Shortcuts'];
 | 
							this.navItems = ['General', 'Network', 'Servers', 'Shortcuts'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		this.init();
 | 
							this.init();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -57,7 +57,7 @@ class PreferenceView extends BaseComponent {
 | 
				
			|||||||
				});
 | 
									});
 | 
				
			||||||
				break;
 | 
									break;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			case 'Keyboard Shortcuts': {
 | 
								case 'Shortcuts': {
 | 
				
			||||||
				this.section = new ShortcutsSection({
 | 
									this.section = new ShortcutsSection({
 | 
				
			||||||
					$root: this.$settingsContainer
 | 
										$root: this.$settingsContainer
 | 
				
			||||||
				});
 | 
									});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user