diff options
author | Roan Kattouw <roan.kattouw@gmail.com> | 2018-05-30 19:25:17 -0700 |
---|---|---|
committer | Catrope <roan@wikimedia.org> | 2018-05-31 17:24:28 +0000 |
commit | 5b2dd85524a0a79d51d5e42e05c45b0ac105e389 (patch) | |
tree | 8634feac447c9a56a74c987d7b7bb8659998d3d1 /languages/i18n/en.json | |
parent | b0494b29097eaff97073f01e3427f2629eedadc1 (diff) | |
download | mediawikicore-5b2dd85524a0a79d51d5e42e05c45b0ac105e389.tar.gz mediawikicore-5b2dd85524a0a79d51d5e42e05c45b0ac105e389.zip |
RCFilters: Add an opt-out preference for filters on watchlist
And a temporary feature flag so we can roll it out in stages.
Bug: T195431
Change-Id: I170840146a197ac381df94434350ae2f0561d147
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 215b356eaba9..eec7ad1d5833 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1505,6 +1505,8 @@ "rcfilters-watchlist-showupdated": "Changes to pages you haven't visited since the changes occurred are in <strong>bold</strong>, with solid markers.", "rcfilters-preference-label": "Hide the improved version of Recent Changes", "rcfilters-preference-help": "Rolls back the 2017 interface redesign and all tools added then and since.", + "rcfilters-watchlist-preference-label": "Hide the improved version of the Watchlist", + "rcfilters-watchlist-preference-help": "Rolls back the 2017 interface redesign and all tools added then and since.", "rcfilters-filter-showlinkedfrom-label": "Show changes on pages linked from", "rcfilters-filter-showlinkedfrom-option-label": "<strong>Pages linked from</strong> the selected page", "rcfilters-filter-showlinkedto-label": "Show changes on pages linking to", |