From 934d569bb23a27203f47c8f6f511fbd2e33b8ca8 Mon Sep 17 00:00:00 2001 From: Chris Walsh Date: Thu, 28 Jul 2022 16:59:44 -0700 Subject: [PATCH] Rename "change order" to "edit dashboard" --- components/settings/DashboardSettingsButton.js | 2 +- lang/en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",