added notification-title in place of title
This commit is contained in:
parent
b4c9938e9c
commit
a3d74c8531
|
|
@ -1594,7 +1594,7 @@ return [
|
|||
],
|
||||
|
||||
'notification' => [
|
||||
'title' => 'Notification',
|
||||
'notification-title' => 'Notification',
|
||||
'title-plural' => 'Notifications',
|
||||
'status' => [
|
||||
'all' => 'All',
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
|
||||
<notification
|
||||
notif-title=" {{ __('admin::app.notification.title') }}"
|
||||
notif-title="{{ __('admin::app.notification.notification-title') }}"
|
||||
get-notification-url="{{ route('admin.notification.get-notification') }}"
|
||||
view-all="{{ route('admin.notification.index') }}"
|
||||
order-view-url="{{ \URL::to('/') }}/admin/viewed-notifications/"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@extends('admin::layouts.content')
|
||||
|
||||
@section('page_title')
|
||||
{{ __('admin::app.notification.title') }}
|
||||
{{ __('admin::app.notification.notification-title') }}
|
||||
@endsection
|
||||
|
||||
@php
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
order-view-url="{{ \URL::to('/') }}/admin/viewed-notifications/"
|
||||
pusher-key="{{ env('PUSHER_APP_KEY') }}"
|
||||
pusher-cluster="{{ env('PUSHER_APP_CLUSTER') }}"
|
||||
title=" {{ __('admin::app.notification.title') }}"
|
||||
title=" {{ __('admin::app.notification.notification-title') }}"
|
||||
order-status="{{ json_encode($orderStatus) }}"
|
||||
order-status-messages="{{ json_encode($orderStatusMessages) }}"
|
||||
no-record-text="{{ __('admin::app.notification.no-record') }}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue