diff --git a/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages.properties b/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages.properties
index a3d33ef..4724cae 100644
--- a/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages.properties
+++ b/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages.properties
@@ -1,7 +1,7 @@
argument.parse.failure.boolean=Could not parse boolean from ''
argument.parse.failure.number='' is not a valid number in the range to
argument.parse.failure.char='' is not a valid character
-argument.parse.failure.string='' is not one of the following\:
+argument.parse.failure.string='' is not one of the following:
argument.parse.failure.uuid='' is not a valid string of type
argument.parse.failure.enum='' is not a valid UUID
argument.parse.failure.regex='' does not match ''
@@ -13,11 +13,11 @@ argument.parse.failure.flag.no_permission=You don't have permission to use ''
-argument.parse.failure.aggregate.failure=Invalid component ''\:
+argument.parse.failure.aggregate.failure=Invalid component '':
argument.parse.failure.either=Could not resolve or from ''
exception.unexpected=An internal error occurred while attempting to perform this command.
-exception.invalid_argument=Invalid Command Argument\: .
+exception.invalid_argument=Invalid Command Argument: .
exception.no_such_command=Unknown Command.
exception.no_permission=I'm sorry, but you do not have permission to perform this command.
exception.invalid_sender= is not allowed to execute that command. Must be of type .
-exception.invalid_syntax=Invalid Command Syntax. Correct command syntax is\: .
+exception.invalid_syntax=Invalid Command Syntax. Correct command syntax is: .