mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
Fixing incorrect translation usage.
This commit is contained in:
parent
535b45b600
commit
71a55f52f8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<p class="error">
|
||||
<strong><?php echo __d('Error'); ?>: </strong>
|
||||
<?php printf(
|
||||
__d('The requested address %s was not found on this server.'),
|
||||
__('The requested address %s was not found on this server.'),
|
||||
"<strong>'{$url}'</strong>"
|
||||
); ?>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue