aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Santhosh C <csesanthosh15@gmail.com>2022-10-22 15:43:38 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-22 10:13:38 +0000
commit8870f43b9c04a429b2071f3284e898bda478d74b (patch)
tree2856ee99374048a26af5899aff89cf40ffa514a3 /src/i18n
parent6.2.1-nightly.25 [skip ci] (diff)
downloadferdium-app-8870f43b9c04a429b2071f3284e898bda478d74b.tar.gz
ferdium-app-8870f43b9c04a429b2071f3284e898bda478d74b.tar.zst
ferdium-app-8870f43b9c04a429b2071f3284e898bda478d74b.zip
Add service-level option 'isMediaBadgeEnabled' defaulted to false (#688)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 80ad855c3..58aaebc69 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -344,6 +344,7 @@
344 "settings.service.form.editServiceHeadline": "Edit {name}", 344 "settings.service.form.editServiceHeadline": "Edit {name}",
345 "settings.service.form.enableAudio": "Enable audio", 345 "settings.service.form.enableAudio": "Enable audio",
346 "settings.service.form.enableBadge": "Show unread message badges", 346 "settings.service.form.enableBadge": "Show unread message badges",
347 "settings.service.form.enableMediaBadge": "Enable Media Play Indicator",
347 "settings.service.form.enableDarkMode": "Enable Dark Mode", 348 "settings.service.form.enableDarkMode": "Enable Dark Mode",
348 "settings.service.form.enableHibernation": "Enable hibernation", 349 "settings.service.form.enableHibernation": "Enable hibernation",
349 "settings.service.form.enableNotification": "Enable notifications", 350 "settings.service.form.enableNotification": "Enable notifications",
@@ -491,4 +492,4 @@
491 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 492 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
492 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 493 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
493 "workspaces.switchingIndicator.switchingTo": "Switching to" 494 "workspaces.switchingIndicator.switchingTo": "Switching to"
494} \ No newline at end of file 495}