We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d679b0a commit 8986330Copy full SHA for 8986330
src/Web.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: Upload handler (last modified: 2023.09.18).
+ * This file: Upload handler (last modified: 2023.09.19).
12
*/
13
14
namespace phpMussel\Web;
@@ -295,7 +295,7 @@ public function scan()
295
'CustomFooter' => $this->Loader->Configuration['web']['custom_footer'],
296
'Attache' => $this->Attache,
297
'GeneratedBy' => sprintf(
298
- $this->Loader->ClientL10N->getString('generated_by'),
+ $this->Loader->ClientL10N->getString('label.Generated by %s'),
299
'<div id="phpmusselversion" dir="ltr">' . $this->Loader->ScriptIdent . '</div>'
300
),
301
'detected' => $Detections,
0 commit comments