aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/structures')
-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`)