From 42629573d79cf953564ad99f501e0c35c11ce88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=20Mu=C3=B1oz?= Date: Mon, 8 Jan 2024 07:48:41 +0100 Subject: [PATCH] Fix escaped text on Agent is running popover --- Sources/Secretive/Localizable.xcstrings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Secretive/Localizable.xcstrings b/Sources/Secretive/Localizable.xcstrings index 5e481de..2d3b70c 100644 --- a/Sources/Secretive/Localizable.xcstrings +++ b/Sources/Secretive/Localizable.xcstrings @@ -22,7 +22,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "SecretAgent is a process that runs in the background to sign requests, so you don't need to keep Secretive open all the time.\\n\\n**You can close Secretive, and everything will still keep working.**" + "value" : "SecretAgent is a process that runs in the background to sign requests, so you don't need to keep Secretive open all the time.\n\n**You can close Secretive, and everything will still keep working.**" } } } @@ -669,4 +669,4 @@ } }, "version" : "1.0" -} \ No newline at end of file +}