mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
[ticket/14462] Make timeout error translateable
PHPBB3-14462
This commit is contained in:
committed by
Mate Bartus
parent
b9f5c03099
commit
2084404d2a
@@ -374,8 +374,8 @@
|
||||
if (timeoutDetected) {
|
||||
addMessage('error',
|
||||
[{
|
||||
title:'The installer detected a timeout.',
|
||||
description: 'The installer has detected a timeout, you may try to refresh the page, that may lead to data corruption. We suggest that you either increase your timeout settings or try to use the CLI.'
|
||||
title: installLang.title,
|
||||
description: installLang.msg
|
||||
}]
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user