aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures/Setting.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-06-20 21:53:16 +0900
committerPitu <[email protected]>2021-06-20 21:53:16 +0900
commit2efd58f1a4204276be8bd0c9f353b8019185b51d (patch)
tree06a0ad1cdaec2d753f7355d531d604ca14eda6a7 /src/api/structures/Setting.js
parentfeat: show field notes if any (diff)
downloadhost.fuwn.me-2efd58f1a4204276be8bd0c9f353b8019185b51d.tar.xz
host.fuwn.me-2efd58f1a4204276be8bd0c9f353b8019185b51d.zip
chore: remove leftovers
Diffstat (limited to 'src/api/structures/Setting.js')
-rw-r--r--src/api/structures/Setting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/structures/Setting.js b/src/api/structures/Setting.js
index 0f4d59c..5c7e7ff 100644
--- a/src/api/structures/Setting.js
+++ b/src/api/structures/Setting.js
@@ -130,7 +130,7 @@ const schema = Joi.object({
section: Sections.SOCIAL_AND_SHARING
})
.label('Twitter handle')
- .description('Your twitter handle'),
+ .description('Your twitter username'),
// Instance settings
backgroundImageURL: Joi.string().uri().default(p => `${p.domain}/assets/images/background.jpg`)