Skip to content

Commit dafb766

Browse files
fix(site): Fix button text overflow (#7132)
1 parent ad665ce commit dafb766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/i18n/en/workspaceSchedulePage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"forbiddenError": "You don't have permissions to update the schedule for this workspace.",
33
"dialogTitle": "Restart workspace?",
44
"dialogDescription": "Would you like to restart your workspace now to apply your new autostop setting, or let it apply after your next workspace start?",
5-
"restart": "Restart workspace now",
5+
"restart": "Restart workspace",
66
"applyLater": "Apply update later"
77
}

0 commit comments

Comments
 (0)