Skip to content

Commit

Permalink
Fixed jobwhitelist locale (space-wizards#29878)
Browse files Browse the repository at this point in the history
Fixed whitelist locale
  • Loading branch information
Tunguso4ka authored Jul 10, 2024
1 parent 6f6bc38 commit 939f0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/commands/job-whitelist-command.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ cmd-jobwhitelistadd-already-whitelisted = {$player} is already whitelisted to pl
cmd-jobwhitelistadd-added = Added {$player} to the {$jobId} ({$jobName}) whitelist.
cmd-jobwhitelistget-desc = Gets all the jobs that a player has been whitelisted for.
cmd-jobwhitelistget-help = Usage: jobwhitelistadd <username>
cmd-jobwhitelistget-help = Usage: jobwhitelistget <username>
cmd-jobwhitelistget-whitelisted-none = Player {$player} is not whitelisted for any jobs.
cmd-jobwhitelistget-whitelisted-for = "Player {$player} is whitelisted for:
{$jobs}"

cmd-jobwhitelistremove-desc = Removes a player's ability to play a whitelisted job.
cmd-jobwhitelistremove-help = Usage: jobwhitelistadd <username> <job>
cmd-jobwhitelistremove-help = Usage: jobwhitelistremove <username> <job>
cmd-jobwhitelistremove-was-not-whitelisted = {$player} was not whitelisted to play as {$jobId} ({$jobName}).
cmd-jobwhitelistremove-removed = Removed {$player} from the whitelist for {$jobId} ({$jobName}).

0 comments on commit 939f0f4

Please sign in to comment.