This commit is contained in:
Prashant Singh 2019-09-13 11:01:54 +05:30
parent cdbd654f4f
commit a7b2925db4
3 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,5 @@ This repository is only for reporting bugs or issues. If you need support, pleas
2. Create support ticket on https://bagisto.uvdesk.com
3. Visit forums to get support from our community (https://forms.bagisto.com)
Thanks!

View File

@ -31,6 +31,7 @@ return [
'channel-based' => 'Channel based',
'status' => 'Status',
'select-option' => 'Select option',
'category' => 'Category',
'common' => [
'no-result-found' => 'We could not find any records.',

View File

@ -20,7 +20,7 @@
<div class="page-action">
<button type="submit" class="btn btn-lg btn-primary">
{{ __('admin::app.save') }} {{ __('admin::app.attribute') }}
{{ __('admin::app.save') }} {{ __('admin::app.category') }}
</button>
</div>
</div>