aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 17:18:44 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 17:25:48 +0100
commit1df3342534ae100d732ad57c9eae7401e5e97a83 (patch)
treedf6b86879b9ecb30938d69776b4dce4b76e11dd8 /src/i18n
parentfix(Service) shortcuts for activating prev/next service fixes #1298 (diff)
downloadferdium-app-1df3342534ae100d732ad57c9eae7401e5e97a83.tar.gz
ferdium-app-1df3342534ae100d732ad57c9eae7401e5e97a83.tar.zst
ferdium-app-1df3342534ae100d732ad57c9eae7401e5e97a83.zip
fix(Service): Fix shortcut for (un)muting notifications & audio
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/messages/src/lib/Menu.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index a131851aa..9314f5cce 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -583,5 +583,31 @@
583 "line": 189, 583 "line": 189,
584 "column": 3 584 "column": 3
585 } 585 }
586 },
587 {
588 "id": "sidebar.muteApp",
589 "defaultMessage": "!!!Disable notifications & audio",
590 "file": "src/lib/Menu.js",
591 "start": {
592 "line": 190,
593 "column": 11
594 },
595 "end": {
596 "line": 193,
597 "column": 3
598 }
599 },
600 {
601 "id": "sidebar.unmuteApp",
602 "defaultMessage": "!!!Enable notifications & audio",
603 "file": "src/lib/Menu.js",
604 "start": {
605 "line": 194,
606 "column": 13
607 },
608 "end": {
609 "line": 197,
610 "column": 3
611 }
586 } 612 }
587] \ No newline at end of file 613] \ No newline at end of file