Fixed missed casings

This commit is contained in:
PiggyPiglet 2020-07-24 17:25:34 +08:00
parent fccf0d5bb8
commit 79b8dd73a5
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public final class CommandECloud extends PlaceholderCommand
"&b&lPlaceholderAPI &8- &7eCloud Help Menu &8- ",
" ",
"&b/papi &fecloud status",
" &7&oView status of the ecloud",
" &7&oView status of the eCloud",
"&b/papi &fecloud list <all/{author}/installed> {page}",
" &7&oList all/author specific available expansions",
"&b/papi &fecloud info <expansion name> {version}",

View File

@ -24,7 +24,7 @@ public final class CommandECloudRefresh extends PlaceholderCommand
plugin.getExpansionCloud().fetch(plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions());
Msg.msg(sender,
"&aThe ECloud Manager has been refreshed!");
"&aThe eCloud Manager has been refreshed!");
}
}