mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-19 16:01:34 -05:00
update: prefer sentence case over title case in toast notifications
This commit is contained in:
@@ -32,6 +32,6 @@ class TopicLabelController extends Controller
|
||||
$topic->update($request->validated());
|
||||
|
||||
return to_route('topics.show', ['id' => $topic->id])
|
||||
->with('info', 'Label Change Has Been Applied');
|
||||
->with('info', 'Label change has been applied');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user