From 026949204d7ca8a243e6e7e648005e5546b695d2 Mon Sep 17 00:00:00 2001 From: David Luzar Date: Sat, 6 May 2023 10:36:42 +0200 Subject: [PATCH] fix: fix brave error i18n string and remove unused (#6561) --- src/components/__snapshots__/App.test.tsx.snap | 2 +- src/locales/en.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/__snapshots__/App.test.tsx.snap b/src/components/__snapshots__/App.test.tsx.snap index 25da39e3..2cdf4bb8 100644 --- a/src/components/__snapshots__/App.test.tsx.snap +++ b/src/components/__snapshots__/App.test.tsx.snap @@ -32,7 +32,7 @@ exports[`Test should show error modal when using brave and measureText AP on how to do so.

- If disabling this setting doesn't fix the display of text elements, please open an + If disabling this setting doesn't fix the display of text elements, please open an diff --git a/src/locales/en.json b/src/locales/en.json index 041fb564..86029c30 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -211,8 +211,7 @@ "line1": "Looks like you are using Brave browser with the Aggressively Block Fingerprinting setting enabled.", "line2": "This could result in breaking the Text Elements in your drawings.", "line3": "We strongly recommend disabling this setting. You can follow these steps on how to do so.", - "line4": " If disabling this setting doesn't fix the display of text elements, please open an issue on our GitHub, or write us on Discord", - "discord": "Discord" + "line4": "If disabling this setting doesn't fix the display of text elements, please open an issue on our GitHub, or write us on Discord" } }, "toolBar": {