Skip to content

Commit

Permalink
fix(l10n): invalid translation of a number
Browse files Browse the repository at this point in the history
fix #35252

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Oct 21, 2023
1 parent 5c2610a commit 3214324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ public static function handleRequest(): void {
}
$l = Server::get(\OCP\L10N\IFactory::class)->get('lib');
OC_Template::printErrorPage(
$l->t('404'),
'404',
$l->t('The page could not be found on the server.'),
404
);
Expand Down

0 comments on commit 3214324

Please sign in to comment.