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

View File

@@ -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');
}
}