Rename "change order" to "edit dashboard"

This commit is contained in:
Chris Walsh 2022-07-28 16:59:44 -07:00
parent 137ff97c07
commit 934d569bb2
No known key found for this signature in database
GPG key ID: 28EE0CCA6032019E
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ export default function DashboardSettingsButton() {
value: 'charts',
},
{
label: <FormattedMessage id="message.change-order" defaultMessage="Change order" />,
label: <FormattedMessage id="message.edit-dashboard" defaultMessage="Edit dashboard" />,
value: 'order',
},
];