diff --git a/src/components/settings_modal/helpers/boolean_setting.vue b/src/components/settings_modal/helpers/boolean_setting.vue
index 11b354ed..f7c392cd 100644
--- a/src/components/settings_modal/helpers/boolean_setting.vue
+++ b/src/components/settings_modal/helpers/boolean_setting.vue
@@ -6,30 +6,30 @@
:checked="state"
@change="update"
:disabled="disabled"
- >
+ >
+
-
- CHANGED
-
+
+
diff --git a/src/i18n/en.json b/src/i18n/en.json
index d3d57562..e25bda8f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -240,6 +240,7 @@
"settings": {
"app_name": "App name",
"security": "Security",
+ "setting_changed": "Setting is different from default",
"enter_current_password_to_confirm": "Enter your current password to confirm your identity",
"mfa": {
"otp": "OTP",