mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14764] Implements feedback to wording in install db updater
PHPBB3-14764
This commit is contained in:
parent
86752fc6df
commit
f6b376def8
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ $lang = array_merge($lang, array(
|
|||
'UPDATE_INCOMPLETE_MORE' => 'Please read the information below in order to fix this error.',
|
||||
'UPDATE_INCOMPLETE_EXPLAIN' => '<h1>Incomplete update</h1>
|
||||
|
||||
<p>We noticed that the last update of your phpBB installation hasn’t been completed. Visit the <a href="%1$s" title="%1$s">update process</a> and read the notice <em>Update database only</em> and press <strong>Submit</strong>. If it is missing, please <a href="https://www.phpbb.com/downloads/" title="phpBB downloads">download your package version</a>, upload the "install" folder to your phpBB root directory (where your config.php file is) and <a href="%1$s" title="%1$s">run the database update</a>. Don\'t forget to delete the "install"-directory after you have updated the database sucessfully.</p>',
|
||||
<p>We noticed that the last update of your phpBB installation hasn’t been completed. Visit the <a href="%1$s" title="%1$s">database updater</a>, ensure <em>Update database only</em> is selected and click on <strong>Submit</strong>. Don\'t forget to delete the "install"-directory after you have updated the database sucessfully.</p>',
|
||||
|
||||
//
|
||||
// Server data
|
||||
|
|
Loading…
Add table
Reference in a new issue