Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 10, 2024
1 parent 050f8da commit 39b7bf9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ argument.parse.failure.aggregate.missing=Missing component '<component>'
argument.parse.failure.aggregate.failure=Invalid component '<component>'\: <failure>
argument.parse.failure.either=Could not resolve <primary> or <fallback> from '<input>'
exception.unexpected=An internal error occurred while attempting to perform this command.
exception.invalid_argument=Invalid Command Argument\: <cause>.
exception.no_such_command=Unknown Command.
exception.invalid_argument=Invalid command argument\: <cause>.
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=<actual> is not allowed to execute that command. Must be of type <expected>.
exception.invalid_syntax=Invalid Command Syntax. Correct command syntax is\: <syntax>.
exception.invalid_syntax=Invalid command syntax. Correct command syntax is\: <syntax>.

0 comments on commit 39b7bf9

Please sign in to comment.