diff --git a/components/settings/DashboardSettingsButton.js b/components/settings/DashboardSettingsButton.js index 1c4b98c7..5425bca5 100644 --- a/components/settings/DashboardSettingsButton.js +++ b/components/settings/DashboardSettingsButton.js @@ -18,7 +18,7 @@ export default function DashboardSettingsButton() { value: 'charts', }, { - label: , + label: , value: 'order', }, ]; diff --git a/lang/en-US.json b/lang/en-US.json index 0687e553..f35005ad 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -10,7 +10,6 @@ "label.back": "Back", "label.cancel": "Cancel", "label.change-password": "Change password", - "label.change-order": "Change order", "label.confirm-password": "Confirm password", "label.copy-to-clipboard": "Copy to clipboard", "label.current-password": "Current password", @@ -26,6 +25,7 @@ "label.done": "Done", "label.edit": "Edit", "label.edit-account": "Edit account", + "label.edit-dashboard": "Edit dashboard", "label.edit-website": "Edit website", "label.enable-share-url": "Enable share URL", "label.invalid": "Invalid",