Skip to content

Commit 8986330

Browse files
committed
Refactor L10N data.
1 parent d679b0a commit 8986330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: Upload handler (last modified: 2023.09.18).
11+
* This file: Upload handler (last modified: 2023.09.19).
1212
*/
1313

1414
namespace phpMussel\Web;
@@ -295,7 +295,7 @@ public function scan()
295295
'CustomFooter' => $this->Loader->Configuration['web']['custom_footer'],
296296
'Attache' => $this->Attache,
297297
'GeneratedBy' => sprintf(
298-
$this->Loader->ClientL10N->getString('generated_by'),
298+
$this->Loader->ClientL10N->getString('label.Generated by %s'),
299299
'<div id="phpmusselversion" dir="ltr">' . $this->Loader->ScriptIdent . '</div>'
300300
),
301301
'detected' => $Detections,

0 commit comments

Comments
 (0)