Skip to content

Commit 5173508

Browse files
authored
Merge pull request #122 from VSEphpbb/fixes
Fix Titles
2 parents ca3f103 + 3552108 commit 5173508

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

language/en/qi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
'QI_TZ' => 'Time zone',
242242
'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.)',
243243
'QUICKINSTALL' => 'phpBB<small><sup><i class="glyphicon glyphicon-registration-mark" aria-hidden="true"></i></sup></small> QuickInstall',
244+
'QUICKINSTALL_TITLE'=> 'phpBB&reg; QuickInstall',
244245

245246
'REDIRECT' => 'Redirect',
246247
'REDIRECT_EXPLAIN' => 'Redirect to new board after it is created.',

style/overall_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>{PAGE_TITLE} &bull; {L_QUICKINSTALL}</title>
7+
<title>{PAGE_TITLE} &bull; {L_QUICKINSTALL_TITLE}</title>
88

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

0 commit comments

Comments
 (0)