aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2016-02-13 23:10:40 +0100
committerMate Bartus <mate.bartus@gmail.com>2016-02-14 16:16:33 +0100
commit2084404d2a0648d406749d67e44f1ba3ba44d7df (patch)
tree92b5b52deb179167dc92b699638fb9ed421b6e79 /phpBB/assets/javascript
parentb9f5c030991b363d639aaf4d1781db6acd845860 (diff)
downloadforums-2084404d2a0648d406749d67e44f1ba3ba44d7df.tar
forums-2084404d2a0648d406749d67e44f1ba3ba44d7df.tar.gz
forums-2084404d2a0648d406749d67e44f1ba3ba44d7df.tar.bz2
forums-2084404d2a0648d406749d67e44f1ba3ba44d7df.tar.xz
forums-2084404d2a0648d406749d67e44f1ba3ba44d7df.zip
[ticket/14462] Make timeout error translateable
PHPBB3-14462
Diffstat (limited to 'phpBB/assets/javascript')
-rw-r--r--phpBB/assets/javascript/installer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/assets/javascript/installer.js b/phpBB/assets/javascript/installer.js
index 0e54654ff1..d9f446a28d 100644
--- a/phpBB/assets/javascript/installer.js
+++ b/phpBB/assets/javascript/installer.js
@@ -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
}]
);
}