aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-05-04 01:40:38 +0100
committerLibravatar GitHub <noreply@github.com>2024-05-04 01:40:38 +0100
commit87721c96194f80ecf774dc2ce71118b93ee6440c (patch)
treec352ffbdff967f523d9c8cc8ae18c7026e262d34 /src/i18n
parentfix: screenshare not working properly (#1736) (diff)
downloadferdium-app-87721c96194f80ecf774dc2ce71118b93ee6440c.tar.gz
ferdium-app-87721c96194f80ecf774dc2ce71118b93ee6440c.tar.zst
ferdium-app-87721c96194f80ecf774dc2ce71118b93ee6440c.zip
Fix screenshare on wayland and style (#1739)
* fix: screenshare prompts twice * Add loading screen
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 1835854e1..3947b2e5f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -164,6 +164,8 @@
164 "service.errorHandler.headline": "Oh no!", 164 "service.errorHandler.headline": "Oh no!",
165 "service.errorHandler.message": "Error", 165 "service.errorHandler.message": "Error",
166 "service.errorHandler.text": "{name} has failed to load.", 166 "service.errorHandler.text": "{name} has failed to load.",
167 "service.screenshare.cancel": "Cancel",
168 "service.screenshare.loading": "Loading screens and windows",
167 "service.webviewLoader.loading": "Loading {service}", 169 "service.webviewLoader.loading": "Loading {service}",
168 "services.getStarted": "Get started", 170 "services.getStarted": "Get started",
169 "services.login": "Please login to use Ferdium.", 171 "services.login": "Please login to use Ferdium.",