From 3ebb83df136a06eb167f7f34a51bb2604454de2c Mon Sep 17 00:00:00 2001
From: carlton <64127681+notcarlton@users.noreply.github.com>
Date: Sun, 31 Dec 2023 22:28:36 -0700
Subject: [PATCH] consistency
---
JiayiLauncher/Modals/EditProfile.razor | 2 +-
JiayiLauncher/Modals/ImportCollection.razor | 8 ++++----
JiayiLauncher/Modals/ImportCollection.razor.css | 4 ++++
JiayiLauncher/Modals/NewMod.razor | 2 --
JiayiLauncher/Modals/PrepareThemePublish.razor | 2 +-
5 files changed, 10 insertions(+), 8 deletions(-)
create mode 100644 JiayiLauncher/Modals/ImportCollection.razor.css
diff --git a/JiayiLauncher/Modals/EditProfile.razor b/JiayiLauncher/Modals/EditProfile.razor
index 2315494..ff9ba76 100644
--- a/JiayiLauncher/Modals/EditProfile.razor
+++ b/JiayiLauncher/Modals/EditProfile.razor
@@ -15,7 +15,7 @@
{
- Profiles will be saved to the default location, which you can change in settings
+ Profiles will be saved to their default location, which you can change in settings
}
diff --git a/JiayiLauncher/Modals/ImportCollection.razor b/JiayiLauncher/Modals/ImportCollection.razor
index edacf71..93ef756 100644
--- a/JiayiLauncher/Modals/ImportCollection.razor
+++ b/JiayiLauncher/Modals/ImportCollection.razor
@@ -21,13 +21,13 @@
@if (ModCollection.Current == null)
{
-
- The mods in this collection will be saved in the default location, which can be changed in settings
-
+
+ The mods in this collection will be saved in their default location, which you can change in settings
+
}
else
{
-
The mods in this collection will be merged with your collection
+ The mods in this collection will be merged with your collection }