aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-29 21:27:26 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-29 21:27:26 +0100
commit0fa1cafeae39c00a9102a1a1d83a422d600a80d0 (patch)
tree2ed867edcc255ae8e558bdcb059248f6ec9021cc /src/components/layout
parentMerge pull request #359 from jaebradley/fix-i-want-add-services-manually-typo (diff)
downloadferdium-app-0fa1cafeae39c00a9102a1a1d83a422d600a80d0.tar.gz
ferdium-app-0fa1cafeae39c00a9102a1a1d83a422d600a80d0.tar.zst
ferdium-app-0fa1cafeae39c00a9102a1a1d83a422d600a80d0.zip
fix(App): App mute now disables notifications as well
Diffstat (limited to 'src/components/layout')
-rw-r--r--src/components/layout/Sidebar.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index cb2ecc8ce..915ebeace 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -17,12 +17,12 @@ const messages = defineMessages({
17 defaultMessage: '!!!Add new service', 17 defaultMessage: '!!!Add new service',
18 }, 18 },
19 mute: { 19 mute: {
20 id: 'sidebar.mute', 20 id: 'sidebar.muteApp',
21 defaultMessage: '!!!Disable audio', 21 defaultMessage: '!!!Disable notifications & audio',
22 }, 22 },
23 unmute: { 23 unmute: {
24 id: 'sidebar.unmute', 24 id: 'sidebar.unmuteApp',
25 defaultMessage: '!!!Enable audio', 25 defaultMessage: '!!!Enable notifications & audio',
26 }, 26 },
27}); 27});
28 28