complete story 5.3 with qa tests
This commit is contained in:
+6
-1
@@ -31,7 +31,12 @@ return [
|
||||
'post_deleted' => 'Post deleted successfully.',
|
||||
'post_status_updated' => 'Post status updated successfully.',
|
||||
'post_not_found' => 'Post not found.',
|
||||
'confirm_delete' => 'Are you sure you want to delete this post?',
|
||||
|
||||
// Delete Modal
|
||||
'delete_post' => 'Delete Post',
|
||||
'delete_post_warning' => 'This action is permanent and cannot be undone. The post will be permanently removed from the database.',
|
||||
'deleting_post' => 'You are about to delete: :title',
|
||||
'delete_permanently' => 'Delete Permanently',
|
||||
|
||||
// Validation
|
||||
'title_ar_required' => 'Arabic title is required.',
|
||||
|
||||
Reference in New Issue
Block a user