mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12684] Move all lang keys to cli
PHPBB3-12684
This commit is contained in:
@@ -197,7 +197,7 @@ class add extends \phpbb\console\command\command
|
||||
$this->send_activation_email($user_id, $data);
|
||||
}
|
||||
|
||||
$io->success($this->language->lang('SUCCESS_ADD_USER', $data['username']));
|
||||
$io->success($this->language->lang('CLI_USER_ADD_SUCCESS', $data['username']));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user