fix: get rid of typos and fix grammar

This commit is contained in:
Dominik Koch
2024-10-11 20:03:20 +02:00
committed by GitHub
parent 0c05809d7d
commit 546d6b87ea
20 changed files with 27 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ export const ShowNotifications = () => {
<div className="flex flex-col items-center gap-3">
<BellRing className="size-8 self-center text-muted-foreground" />
<span className="text-base text-muted-foreground">
To send notifications is required to set at least 1 provider.
To send notifications it is required to set at least 1 provider.
</span>
<AddNotification />
</div>