From 5120dcfb3d9682743e93927a5a90ab6dc1aab8b8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 10 Feb 2016 16:36:25 -0800 Subject: [PATCH] we don't need to show (currently enabled) --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index f4752da7b6f..97dbc78ac3a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -474,9 +474,9 @@ en: perm_denied_btn: "Permission Denied" perm_denied_expl: "You denied permission for notifications. Allow notifications via your browser settings." disable: "Disable Notifications" - currently_enabled: "(currently enabled)" + currently_enabled: "" enable: "Enable Notifications" - currently_disabled: "(currently disabled)" + currently_disabled: "" each_browser_note: "Note: You have to change this setting on every browser you use." dismiss_notifications: "Mark all as Read" dismiss_notifications_tooltip: "Mark all unread notifications as read"