diff options
Diffstat (limited to 'client/src/assets/player/settings-menu-button.ts')
-rw-r--r-- | client/src/assets/player/settings-menu-button.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/settings-menu-button.ts b/client/src/assets/player/settings-menu-button.ts index bf6ac145a..b51c52506 100644 --- a/client/src/assets/player/settings-menu-button.ts +++ b/client/src/assets/player/settings-menu-button.ts | |||
@@ -275,7 +275,7 @@ class SettingsDialog extends Component { | |||
275 | 275 | ||
276 | } | 276 | } |
277 | 277 | ||
278 | SettingsButton.prototype.controlText_ = 'Settings Button' | 278 | SettingsButton.prototype.controlText_ = 'Settings' |
279 | 279 | ||
280 | Component.registerComponent('SettingsButton', SettingsButton) | 280 | Component.registerComponent('SettingsButton', SettingsButton) |
281 | Component.registerComponent('SettingsDialog', SettingsDialog) | 281 | Component.registerComponent('SettingsDialog', SettingsDialog) |