aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/user/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/user/add.php')
-rw-r--r--phpBB/phpbb/console/command/user/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/user/add.php b/phpBB/phpbb/console/command/user/add.php
index 59d9eaa117..6edd214d14 100644
--- a/phpBB/phpbb/console/command/user/add.php
+++ b/phpBB/phpbb/console/command/user/add.php
@@ -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;
}