From 98b49294c1c9e74813027d7984f033fb1e0db206 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Wed, 18 May 2022 06:21:57 +0000 Subject: [PATCH] Update messages.json --- src/_locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index d4504a1..0f55674 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -421,7 +421,7 @@ "description": "(Options menu) Restore containers from a file group header" }, "warningConfigOverride": { - "message": "WARNING ! This operation will erase current configuration with the imported one. All cookies associated with existing containers will be discarded.", + "message": "WARNING! This operation will erase current configuration with the imported one. All cookies associated with existing containers will be discarded.", "description": "(Options menu) Warns the user that old containers will be deleted along with their associated cookies" }, "saveLegend": { @@ -432,7 +432,7 @@ "description": "(Options menu) Validate saving containers to a file" }, "noteWontBackupCookies": { - "message": "Backs up only containers names, icons, colors and site assosiations, but NOT containers’ cookies.", + "message": "Backs up only containers names, icons, colors and site associations, but NOT containers’ cookies.", "description": "(Options menu) Inform the user that cookies won’t be saved and they cannot be restored using the file backup" } }