From a9cf635a843c8478a02d9ea289724800b798a2b7 Mon Sep 17 00:00:00 2001
From: millennIumAMbiguity
<37588844+millennIumAMbiguity@users.noreply.github.com>
Date: Sun, 19 Dec 2021 11:14:16 +0100
Subject: [PATCH] Improve the readability of text in the theme editor.
Copy the string above if you want to backup or share your theme with others. -> Backup your theme or share it with others by copying the string above.
Use the buttons below to replace the current theme with a pre-built template -> Replace the current theme with a pre-built template using the buttons below.
---
src/ui/React/ThemeEditorModal.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ui/React/ThemeEditorModal.tsx b/src/ui/React/ThemeEditorModal.tsx
index 6582ea377..79ce1b43d 100644
--- a/src/ui/React/ThemeEditorModal.tsx
+++ b/src/ui/React/ThemeEditorModal.tsx
@@ -356,8 +356,8 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
onChange={onThemeChange}
/>
<>
- Copy the string above if you want to backup or share your theme with others.
- Use the buttons below to replace the current theme with a pre-built template
+ Backup your theme or share it with others by copying the string above.
+ Replace the current theme with a pre-built template using the buttons below.
{themes}
>