From b6cf10b2d5e6d5f89896c05ffaad29f6339529e1 Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Fri, 14 Apr 2023 12:34:50 +0000 Subject: [PATCH] fix(site): Fix button text overflow --- site/src/i18n/en/workspaceSchedulePage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/i18n/en/workspaceSchedulePage.json b/site/src/i18n/en/workspaceSchedulePage.json index 5f7eb1811f7d7..9cd02c4098e25 100644 --- a/site/src/i18n/en/workspaceSchedulePage.json +++ b/site/src/i18n/en/workspaceSchedulePage.json @@ -2,6 +2,6 @@ "forbiddenError": "You don't have permissions to update the schedule for this workspace.", "dialogTitle": "Restart workspace?", "dialogDescription": "Would you like to restart your workspace now to apply your new autostop setting, or let it apply after your next workspace start?", - "restart": "Restart workspace now", + "restart": "Restart workspace", "applyLater": "Apply update later" }