From 4d704a9b23fe4beb1493b75dce9b70cadbe6a623 Mon Sep 17 00:00:00 2001 From: Lukas Ocilka Date: Fri, 23 Feb 2024 10:30:10 +0100 Subject: [PATCH 1/2] A little fix in the "About Agama" text - Added missing "is" - Using better phrase "we recommend using" --- web/src/components/core/About.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/core/About.jsx b/web/src/components/core/About.jsx index 6fcd86cc5f..91bd04d922 100644 --- a/web/src/components/core/About.jsx +++ b/web/src/components/core/About.jsx @@ -51,9 +51,9 @@ export default function About() { { // TRANSLATORS: content of the "About" popup (1/2) _("Agama is an experimental installer for (open)SUSE systems. It \ -still under development so, please, do not use it in \ +is still under development so, please, do not use it in \ production environments. If you want to give it a try, we \ -recommend to use a virtual machine to prevent any possible \ +recommend using a virtual machine to prevent from any possible \ data loss.") } From b35b152360d40b0e6ce56b4a69796e7a4113166a Mon Sep 17 00:00:00 2001 From: Lukas Ocilka Date: Fri, 23 Feb 2024 11:21:14 +0100 Subject: [PATCH 2/2] Removed "from" as suggested by @mvidner Co-authored-by: Martin Vidner --- web/src/components/core/About.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/core/About.jsx b/web/src/components/core/About.jsx index 91bd04d922..be97bd7892 100644 --- a/web/src/components/core/About.jsx +++ b/web/src/components/core/About.jsx @@ -53,7 +53,7 @@ export default function About() { _("Agama is an experimental installer for (open)SUSE systems. It \ is still under development so, please, do not use it in \ production environments. If you want to give it a try, we \ -recommend using a virtual machine to prevent from any possible \ +recommend using a virtual machine to prevent any possible \ data loss.") }