From 0ed2b10b13566b4b3e2c2226490071f07e4d96a9 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 26 Apr 2023 16:49:33 -0400 Subject: [PATCH] fix: change button case for enterpriseDialogConfirmButton --- src/containers/EnterpriseDashboardModal/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/EnterpriseDashboardModal/messages.js b/src/containers/EnterpriseDashboardModal/messages.js index 71b2862..ff76b0b 100644 --- a/src/containers/EnterpriseDashboardModal/messages.js +++ b/src/containers/EnterpriseDashboardModal/messages.js @@ -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', }, });