Skip to content

Commit a384cf8

Browse files
committed
Fixed some typos in user-facing strings (missing spaces)
1 parent a6a249f commit a384cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/free/UserStrings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ enum UserStrings {
2323
Command not ready please try again in a minute.
2424
"""),
2525
NOT_MONITORED_ERROR("This channel is not being monitored for free/busy status. If you"
26-
+ "believe this channel should be part of the free/busy status system, please discuss it"
27-
+ "with a moderator"),
26+
+ " believe this channel should be part of the free/busy status system, please discuss it"
27+
+ " with a moderator."),
2828
NOT_CONFIGURED_ERROR("""
2929
This guild (%s) is not configured to use the '/free' command.
3030
Please add entries in the config, restart the bot and try again.

0 commit comments

Comments
 (0)