aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/commands/HelpCommand.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/commands/HelpCommand.kt b/src/main/java/at/hannibal2/skyhanni/features/commands/HelpCommand.kt
index 3500b0025..9bd3afce4 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/commands/HelpCommand.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/commands/HelpCommand.kt
@@ -75,7 +75,7 @@ object HelpCommand {
if (filtered.isEmpty()) {
text.add(Text.EMPTY)
- text.add("§cNo reminders found.".asComponent().center())
+ text.add("§cNo commands found.".asComponent().center())
text.add(Text.EMPTY)
} else {
val start = (page - 1) * COMMANDS_PER_PAGE