We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.48
8.3.11
1.7
MariaDB 11.5.2
the ' character is replaced by & # 039;
In resources\views\media\manager.blade.php
... if (!window.confirm('{{ __('voyager::media.crop_override_confirm') }}')) { return; } ...
In publishable\lang\fr\media.php
... 'crop_override_confirm' => 'Cela remplacera l\'image originale, êtes-vous sûr ?' ...
In resources\views\media\manager.blade.php, i change to '{{ }}' ===> "{!! !!}"
... if (!window.confirm("{!! __('voyager::media.crop_override_confirm') !!}")) { return; } ...
Maybe it must be everywhere in the javascript part.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Laravel version
10.48
PHP version
8.3.11
Voyager version
1.7
Database
MariaDB 11.5.2
Description
the ' character is replaced by & # 039;
Steps to reproduce
In resources\views\media\manager.blade.php
In publishable\lang\fr\media.php
Expected behavior
In resources\views\media\manager.blade.php, i change to
'{{ }}' ===> "{!! !!}"
Maybe it must be everywhere in the javascript part.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: