From e5a95415a149f913a6295ed5d924279068f179fe Mon Sep 17 00:00:00 2001 From: soup Date: Sat, 16 Apr 2022 14:16:23 +0200 Subject: [PATCH] docs(web): add missing full stops to match the rest of the webui (#249) --- web/src/screens/Logs.tsx | 6 +++--- web/src/screens/settings/Application.tsx | 2 +- web/src/screens/settings/Notifications.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.