From 63edc828bbdaae0fdfc56f7a2e251d451cbcb736 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:33:43 +0000 Subject: [PATCH] Revert "Excluding containers from sync with RegExp" https://github.com/mozilla/multi-account-containers/commit/8e7d9f7574fd4834b72d217fb3f63c697cd46b72 --- src/_locales/en/messages.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index e61aa42..f298f4f 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -226,15 +226,6 @@ "enableSyncDescription": { "message": "This setting allows you to sync your Containers and site assignments across devices." }, - "syncExclude": { - "message": "Container exclusion" - }, - "syncExcludePlaceholder": { - "message": "Insert a regular expression" - }, - "syncExcludeDescription": { - "message": "Exclude containers from sync when their name matches the specified case insensitive regular expression." - }, "replaceTab": { "message": "Replace tab instead of creating a new one" },