From f3b89e3db56f9ad5bc1231cfe93168209200977a Mon Sep 17 00:00:00 2001 From: stoically Date: Thu, 23 Jun 2022 00:24:50 +0200 Subject: [PATCH] Add strings for multi-account-containers#2231 --- en/messages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/messages.json b/en/messages.json index 0b4a568..06e43f6 100644 --- a/en/messages.json +++ b/en/messages.json @@ -223,6 +223,15 @@ "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" },