aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-19 17:57:48 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-19 17:57:48 +0100
commit375c0ec15a0a13610be1169e21c4be42c742d5b8 (patch)
treea0a548612367889da37ec98d110a5e3a7eb7db55 /src/main/java/at
parent28000fdf0c35f0cc274f674de297e39e240cb0ff (diff)
downloadskyhanni-375c0ec15a0a13610be1169e21c4be42c742d5b8.tar.gz
skyhanni-375c0ec15a0a13610be1169e21c4be42c742d5b8.tar.bz2
skyhanni-375c0ec15a0a13610be1169e21c4be42c742d5b8.zip
fixed wording
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt2
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 {