settings: Change "Settings" to "Personal" in the toggle tab.

This commit is contained in:
sahil839
2021-07-01 13:55:10 +05:30
committed by Tim Abbott
parent 37620ffef0
commit cdaf9bf87a

View File

@@ -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) {