mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Change "Settings" to "Personal" in the toggle tab.
This commit is contained in:
@@ -16,7 +16,7 @@ export function initialize() {
|
||||
toggler = components.toggle({
|
||||
child_wants_focus: true,
|
||||
values: [
|
||||
{label: $t({defaultMessage: "Settings"}), key: "settings"},
|
||||
{label: $t({defaultMessage: "Personal"}), key: "settings"},
|
||||
{label: $t({defaultMessage: "Organization"}), key: "organization"},
|
||||
],
|
||||
callback(name, key) {
|
||||
|
||||
Reference in New Issue
Block a user