diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index ab22f1d3..18f2629d 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -11,11 +11,6 @@ {{ $t('settings.hide_isp') }} -
  • - - {{ $t('settings.show_third_column') }} - -
  • {{ $t('settings.right_sidebar') }} diff --git a/src/i18n/en.json b/src/i18n/en.json index 7b2df5f4..b1fede70 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -459,7 +459,6 @@ "reset_banner_confirm": "Do you really want to reset the banner?", "reset_background_confirm": "Do you really want to reset the background?", "settings": "Settings", - "show_third_column": "Show separate notifications column", "subject_input_always_show": "Always show subject field", "subject_line_behavior": "Copy subject when replying", "subject_line_email": "Like email: \"re: subject\"",