added notification-title in place of title

This commit is contained in:
Deepak Singh Gusain 2022-01-18 18:49:43 +05:30
parent b4c9938e9c
commit a3d74c8531
3 changed files with 4 additions and 4 deletions

View File

@ -1594,7 +1594,7 @@ return [
],
'notification' => [
'title' => 'Notification',
'notification-title' => 'Notification',
'title-plural' => 'Notifications',
'status' => [
'all' => 'All',

View File

@ -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/"

View File

@ -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') }}">