Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions language/en/qi.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
'QI_TZ' => 'Time zone',
'QI_TZ_EXPLAIN' => 'Set the default time zone for created boards. (For the 3.0.x branch it will be converted to numerical timezone and DST.)',
'QUICKINSTALL' => 'phpBB<small><sup><i class="glyphicon glyphicon-registration-mark" aria-hidden="true"></i></sup></small> QuickInstall',
'QUICKINSTALL_TITLE'=> 'phpBB&reg; QuickInstall',

'REDIRECT' => 'Redirect',
'REDIRECT_EXPLAIN' => 'Redirect to new board after it is created.',
Expand Down
2 changes: 1 addition & 1 deletion style/overall_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{PAGE_TITLE} &bull; {L_QUICKINSTALL}</title>
<title>{PAGE_TITLE} &bull; {L_QUICKINSTALL_TITLE}</title>

<link href="{T_THEME_PATH}/assets/css/bootstrap.min.css?v={QI_VERSION}" rel="stylesheet" type="text/css" media="screen">
<link href="{T_THEME_PATH}/assets/css/qi_style.css?v={QI_VERSION}" rel="stylesheet" type="text/css" media="screen">
Expand Down