mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 11:10:13 +00:00
Correcting inconsistent period in the Config embed
This commit is contained in:
parent
29382b252f
commit
463c81c08f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue