diff options
Diffstat (limited to 'packages/app/src')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 27361a2e6..2cfe09a09 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -422,7 +422,8 @@ export const dict = { "terminal.title": "Terminal", "terminal.title.numbered": "Terminal {{number}}", "terminal.connectionLost.title": "Connection Lost", - "terminal.connectionLost.description": "The terminal connection was interrupted. This can happen when the server restarts.", + "terminal.connectionLost.description": + "The terminal connection was interrupted. This can happen when the server restarts.", "common.closeTab": "Close tab", "common.dismiss": "Dismiss", @@ -475,8 +476,8 @@ export const dict = { "font.option.robotoMono": "Roboto Mono", "font.option.sourceCodePro": "Source Code Pro", "font.option.ubuntuMono": "Ubuntu Mono", - "sound.option.staplebops01": "Boopy", - "sound.option.staplebops02": "Beepy", + "sound.option.staplebops01": "Staplebops 01", + "sound.option.staplebops02": "Staplebops 02", "sound.option.staplebops03": "Staplebops 03", "sound.option.staplebops04": "Staplebops 04", "sound.option.staplebops05": "Staplebops 05", @@ -484,7 +485,7 @@ export const dict = { "sound.option.staplebops07": "Staplebops 07", "sound.option.nope01": "Nope 01", "sound.option.nope02": "Nope 02", - "sound.option.nope03": "Oopsie", + "sound.option.nope03": "Nope 03", "sound.option.nope04": "Nope 04", "sound.option.nope05": "Nope 05", |
