fix(site): Fix button text overflow (#7132)

This commit is contained in:
Bruno Quaresma 2023-04-14 10:13:55 -03:00 committed by GitHub
parent ad665cef91
commit dafb7663c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}