mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/12656] Use lang keys for all CLI strings
PHPBB3-12656
This commit is contained in:
@@ -70,6 +70,6 @@ class recalculate_email_hash extends \phpbb\console\command\command
|
||||
}
|
||||
$this->db->sql_freeresult($result);
|
||||
|
||||
$output->writeln('<info>Successfully recalculated all email hashes.</info>');
|
||||
$output->writeln('<info>' . $this->user->lang('CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS') . '</info>');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user