You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This path in all locales file: commands.admin.purge.days-or-more
commands:
admin:
purge:
parameters: "[days]"description: "purge islands abandoned for more than [days]"days-or-more: "Must be at least 1 day or more"# <<<
AdminPurgeCommand#execute (line 75) used the path: commands.admin.purge.days-one-or-more
Description
Describe the bug
commands.admin.purge.days-or-more
AdminPurgeCommand#execute
(line 75) used the path:commands.admin.purge.days-one-or-more
Which one is correct?
Expected behavior
Execute the command:
/asadmin purge 0
Will get:
"commands.admin.purge.days-one-or-more"
The text was updated successfully, but these errors were encountered: