Small touch up

This commit is contained in:
Bakhai Support 2025-09-11 21:14:57 +05:30
commit 07d120a646
2 changed files with 5 additions and 5 deletions

View file

@ -207,8 +207,8 @@ if ($_POST['main']['txt'] !== "") {
<title><?=
match (PAGE) {
'home' => 'LibreQR · ' . getIntlString('subtitle'),
'wifi' => getIntlString('tab_wifi_title') . ' · LibreQR',
'unknown' => getIntlString('error_404') . ' · LibreQR',
'wifi' => 'LibreQR · ' .getIntlString('tab_wifi_title'),
'unknown' => 'LibreQR · ' .getIntlString('error_404'),
}
?></title>
<meta name="description" content="<?= getIntlString('description', raw: true) ?>">

View file

@ -1,11 +1,11 @@
<?php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
$loc = array(
'subtitle' => "QR codes generator",
'subtitle' => "Text & WiFi QR codes generator",
'description' => "Generate QR codes freely. Choose content, size, colors…",
'tab_text' => "Text",
'tab_wifi' => "Wifi",
'tab_wifi_title' => "Wifi QR codes generation",
'tab_wifi' => "WiFi",
'tab_wifi_title' => "WiFi QR codes generator",
'label_wifi_ssid' => "Network name / SSID",
'label_wifi_password' => "Password",