From 2efd58f1a4204276be8bd0c9f353b8019185b51d Mon Sep 17 00:00:00 2001 From: Pitu Date: Sun, 20 Jun 2021 21:53:16 +0900 Subject: chore: remove leftovers --- src/api/structures/Setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/structures') 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`) -- cgit v1.2.3