mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 12:09:02 -05:00
update: prefer sentence case over title case in toast notifications
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user