mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12597] Change EXECUTE to RUN in language
Fix previous commit : change execute to run in language keys PHPBB3-12597
This commit is contained in:
@@ -48,7 +48,7 @@ class run_all extends \phpbb\console\command\command
|
||||
{
|
||||
$this
|
||||
->setName('cron:run-all')
|
||||
->setDescription($this->user->lang('CLI_DESCR_CRON_EXECUTE_ALL'))
|
||||
->setDescription($this->user->lang('CLI_DESCR_CRON_RUN_ALL'))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user