Merge pull request #2757 from brkcvn/master

Props name fixed
This commit is contained in:
Burak Civan 2022-11-21 13:55:11 +03:00 committed by GitHub
commit 0128822b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<akaunting-recurring
start-text="{!! trans('recurring.limit_date', ['type' => Str::replace('-recurring', '', $type)]) !!}"
:date-range-text="{{ json_encode(trans('general.date_range')) }}"
middleText="{!! trans('recurring.limit_middle') !!}"
middle-text="{!! trans('recurring.limit_middle') !!}"
end-text="{{ Str::plural(Str::replace('-recurring', '', $type)) }}"
:frequencies="{{ json_encode($frequencies) }}"
@ -64,4 +64,4 @@
{{ $attributes }}
>
</akaunting-recurring>
</akaunting-recurring>