Edit File: notification.php
<?php return [ 'TestNotification' => 'Test Notification Message En', 'title_finish_order' => 'Awamer', 'body_finish_order' => 'Your order has been finished :order_num', 'title_admin_notify' => 'Administrative notice', 'title_block' => 'Block', 'body_block' => 'Your Account Is Block From Administrative', 'title_new_friend_request' => 'New friend request', 'body_new_friend_request' => 'You have new friend request', 'title_accepted_friend_request' => 'Accepted friend request', 'body_accepted_friend_request' => 'Your friend request has been accepted', 'title_new_like' => 'New like', 'body_new_like' => 'Someone liked your profile', 'title_contact_replay' => 'Contact replay', 'body_contact_replay' => 'Your contact has been replayed by the administrator', ];
Back to File Manager