mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Change some strings
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = class MapCommand extends Command {
|
||||
type: 'integer',
|
||||
validate: zoom => {
|
||||
if (zoom < 21 && zoom > 0) return true;
|
||||
return 'Please enter a zoom value from 1-20.';
|
||||
return 'Invalid zoom level, please enter a zoom level from 1-20.';
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user