mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix FLEXIAPI-350 Fix wrongly assigned variables in some views
This commit is contained in:
parent
327c017b8f
commit
41e754b424
5 changed files with 5 additions and 4 deletions
|
|
@ -59,6 +59,7 @@ v2.0
|
|||
- Fix FLEXIAPI-341 Allow realm to be empty when creating a Space
|
||||
- Fix FLEXIAPI-342 Enforce password change when the External Account domain is changed
|
||||
- Fix FLEXIAPI-346 Complete the supporting text for the provisioning ini field
|
||||
- Fix FLEXIAPI-350 Fix wrongly assigned variables in some views
|
||||
|
||||
v1.6
|
||||
----
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@section('content')
|
||||
# {{ __('Account Recovery Request') }}
|
||||
|
||||
{{ __('We received a request to recover your account on :space', ['Space' => $space->name]) }}
|
||||
{{ __('We received a request to recover your account on :space', ['space' => $space->name]) }}
|
||||
|
||||
{{ __('To proceed, please enter the verification code below:') }}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@section('content')
|
||||
# {{ __('Account Recovery Request') }}
|
||||
|
||||
{{ __('We received a request to recover your account on :space', ['Space' => $space->name]) }}
|
||||
{{ __('We received a request to recover your account on :space', ['space' => $space->name]) }}
|
||||
|
||||
{{ __('To proceed, please enter the verification code below:') }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue