update: prefer sentence case over title case in toast notifications

This commit is contained in:
Roardom
2025-09-20 01:57:35 +00:00
parent 9951eaabe1
commit cc26a18d05
61 changed files with 159 additions and 159 deletions
@@ -45,6 +45,6 @@ class SeedboxController extends Controller
$seedbox->delete();
return to_route('staff.seedboxes.index')
->with('success', 'Seedbox Record Has Successfully Been Deleted');
->with('success', 'Seedbox record has successfully been deleted');
}
}