diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-20 22:52:50 -0400 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-20 22:52:50 -0400 |
| commit | 5c3da90f441c321f55ae735d6002f4da91f2481e (patch) | |
| tree | ac6a993595eebe38fd5e7bd79ade4c5ec71be373 /src/commands/dev | |
| parent | 87e77ae8cc69d0d7f1e3d6f614b03c9297e85ab3 (diff) | |
| download | tanzanite-5c3da90f441c321f55ae735d6002f4da91f2481e.tar.gz tanzanite-5c3da90f441c321f55ae735d6002f4da91f2481e.tar.bz2 tanzanite-5c3da90f441c321f55ae735d6002f4da91f2481e.zip | |
feat(*): aaaaa
Diffstat (limited to 'src/commands/dev')
| -rw-r--r-- | src/commands/dev/setLevel.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/dev/setLevel.ts b/src/commands/dev/setLevel.ts index 5a702e9..58c01dd 100644 --- a/src/commands/dev/setLevel.ts +++ b/src/commands/dev/setLevel.ts @@ -21,15 +21,15 @@ export default class SetLevelCommand extends BushCommand { type: 'user', prompt: { start: 'What user would you like to change the level of?', - retry: 'Invalid user. What user would you like to change the level of?' + retry: '{error} Choose a valid user to change the level of.' } }, { id: 'level', type: 'number', prompt: { - start: 'What level would you like to set?', - retry: 'Invalid user. What level would you like to set?' + start: 'What level would you like to set the user to?', + retry: '{error} Choose a valid level to set the user to.' } } ], |
