mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Switch to ICU MessageFormat (#2759)
This commit is contained in:
committed by
GitHub
parent
edaf45d133
commit
b45519974a
@@ -6,7 +6,7 @@
|
||||
</p>
|
||||
<p>
|
||||
<a href="{{ $url->to('forum')->base() }}">
|
||||
{{ $translator->trans('core.views.error.not_found_return_link', ['{forum}' => $settings->get('forum_title')]) }}
|
||||
{{ $translator->trans('core.views.error.not_found_return_link', ['forum' => $settings->get('forum_title')]) }}
|
||||
</a>
|
||||
</p>
|
||||
@endsection
|
||||
|
@@ -3,7 +3,7 @@
|
||||
@section('title', $translator->trans('core.views.log_out.title'))
|
||||
|
||||
@section('content')
|
||||
<p>{{ $translator->trans('core.views.log_out.log_out_confirmation', ['{forum}' => $settings->get('forum_title')]) }}</p>
|
||||
<p>{{ $translator->trans('core.views.log_out.log_out_confirmation', ['forum' => $settings->get('forum_title')]) }}</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ $url }}" class="button">
|
||||
|
Reference in New Issue
Block a user