Skip to content

Commit

Permalink
Merge pull request #41036 from nextcloud/skjnldsv-patch-1
Browse files Browse the repository at this point in the history
fix(l10n): invalid translation of a number
  • Loading branch information
susnux authored Oct 21, 2023
2 parents 5c2610a + 3214324 commit 0b27fa9
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 0b27fa9

Please sign in to comment.