fix: change button case for enterpriseDialogConfirmButton

This commit is contained in:
Adam Stankiewicz
2023-04-26 16:49:33 -04:00
parent 01f67265f6
commit 0ed2b10b13

View File

@@ -18,7 +18,7 @@ const messages = defineMessages({
},
enterpriseDialogConfirmButton: {
id: 'leanerDashboard.enterpriseDialogConfirmButton',
defaultMessage: 'Go To Dashboard',
defaultMessage: 'Go to dashboard',
description: 'Confirm button to go to the dashboard url',
},
});