complete story 4.3 adfter validation and fixing

This commit is contained in:
Naser Mansour
2025-12-27 00:46:07 +02:00
parent 435b1c6c2e
commit efc67884dc
9 changed files with 826 additions and 90 deletions
+7
View File
@@ -50,4 +50,11 @@ return [
// Validation messages for updates
'update_text_required' => 'Please enter the update text.',
'update_text_min' => 'The update must be at least 10 characters.',
// Archiving
'archive' => 'Archive',
'unarchive' => 'Unarchive',
'archive_confirm_title' => 'Archive Timeline',
'archive_confirm_message' => 'Are you sure you want to archive this timeline? No further updates can be added until it is unarchived.',
'archived_notice' => 'This timeline is archived. Updates are disabled.',
];