mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 01:39:13 +00:00
docs(web): add missing full stops to match the rest of the webui (#249)
This commit is contained in:
parent
4b7a6d4419
commit
e5a95415a1
3 changed files with 5 additions and 5 deletions
|
@ -113,7 +113,7 @@ function ApplicationSettings() {
|
|||
<div className="px-4 sm:px-6 py-1">
|
||||
<Checkbox
|
||||
label="Dark theme"
|
||||
description="Switch between dark and light theme"
|
||||
description="Switch between dark and light theme."
|
||||
value={settings.darkTheme}
|
||||
setValue={(newValue: boolean) => setSettings({
|
||||
...settings,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue