diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ffcff00..9b16f2e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@ - @@ -478,7 +479,8 @@ - diff --git a/src/main/java/land/chipmunk/chayapak/chomens_bot/commands/TimeCommand.java b/src/main/java/land/chipmunk/chayapak/chomens_bot/commands/TimeCommand.java index 69e7390..980ae4d 100644 --- a/src/main/java/land/chipmunk/chayapak/chomens_bot/commands/TimeCommand.java +++ b/src/main/java/land/chipmunk/chayapak/chomens_bot/commands/TimeCommand.java @@ -54,7 +54,7 @@ public class TimeCommand implements Command { final String formattedTime = formatter.print(dateTime); return Component.translatable( - "The current date and time for the timezone %s is: %s", + "The current time for %s is: %s", Component.text(timezone).color(NamedTextColor.AQUA), Component.text(formattedTime).color(NamedTextColor.GREEN) );