Edit File: apis.php
<?php return [ 'notification_status_updated' => 'Notification activation status has been changed successfully.', 'lang_changed_successfully' => 'Language has been changed successfully.', 'deleted' =>' Deleted successfully.', 'notify_deleted' => 'Notification has been deleted successfully.', 'code_sent_to_change_phone'=>'An activation code has been sent to change the mobile number', 'price_must_between_max_min_price' => 'price must be between minimum price :min_price and maximum price :max_price', ]; ?>
Back to File Manager