diff --git a/web/src/screens/Logs.tsx b/web/src/screens/Logs.tsx
index 450ea27..970dd1d 100644
--- a/web/src/screens/Logs.tsx
+++ b/web/src/screens/Logs.tsx
@@ -63,7 +63,7 @@ export const Logs = () => {
className="h-5 w-5 text-yellow-400"
aria-hidden="true"
/>
-
This only shows new logs, no history
+ This only shows new logs, no history.
@@ -78,13 +78,13 @@ export const Logs = () => {
/>
onSetValue("indentLogLines", newValue)}
/>
onSetValue("hideWrappedText", newValue)}
/>
diff --git a/web/src/screens/settings/Application.tsx b/web/src/screens/settings/Application.tsx
index dc2b3bb..8633350 100644
--- a/web/src/screens/settings/Application.tsx
+++ b/web/src/screens/settings/Application.tsx
@@ -113,7 +113,7 @@ function ApplicationSettings() {
setSettings({
...settings,
diff --git a/web/src/screens/settings/Notifications.tsx b/web/src/screens/settings/Notifications.tsx
index 185e807..c6acef3 100644
--- a/web/src/screens/settings/Notifications.tsx
+++ b/web/src/screens/settings/Notifications.tsx
@@ -24,7 +24,7 @@ function NotificationSettings() {
Notifications
- Send notifications on events
+ Send notifications on events.