Correcting inconsistent period in the Config embed

This commit is contained in:
vmorrisonwood 2024-01-23 20:22:37 +00:00
parent 29382b252f
commit 463c81c08f

View file

@ -41,7 +41,7 @@ public class Config
items.Add(new(
"timezone",
"The system's time zone - shows timestamps in your local time",
"The system's time zone - shows timestamps in your local time.",
ctx.Config.UiTz,
"UTC"
));
@ -97,7 +97,7 @@ public class Config
items.Add(new(
"Proxy error",
"Whether to send an error message when proxying fails.",
"Whether to send an error message when proxying fails",
EnabledDisabled(ctx.Config.ProxyErrorMessageEnabled),
"enabled"
));