diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-19 17:57:48 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-19 17:57:48 +0100 |
commit | 375c0ec15a0a13610be1169e21c4be42c742d5b8 (patch) | |
tree | a0a548612367889da37ec98d110a5e3a7eb7db55 /src/main/java | |
parent | 28000fdf0c35f0cc274f674de297e39e240cb0ff (diff) | |
download | skyhanni-375c0ec15a0a13610be1169e21c4be42c742d5b8.tar.gz skyhanni-375c0ec15a0a13610be1169e21c4be42c742d5b8.tar.bz2 skyhanni-375c0ec15a0a13610be1169e21c4be42c742d5b8.zip |
fixed wording
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt index 0042707c6..c1f2c32f3 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt @@ -41,7 +41,7 @@ object GardenCropMilestonesFix { LorenzUtils.chat( "Found §c${data.size} §ewrong crop milestone steps in the menu! " + "Correct data got put into clipboard. " + - "Please share it on SkyHanni Discord." + "Please share it on the §bSkyHanni Discord §ein the channel §b#share-data§e." ) OSUtils.copyToClipboard("```${data.joinToString("\n")}```") } else { |