From a85f4c4fc421f071ce6df2c29f7cd9cd9595cc14 Mon Sep 17 00:00:00 2001 From: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:11:20 +0900 Subject: Resolve #2716 (#5340) * Resolve #2716 * Update ja-JP.yml --- src/server/api/endpoints/i/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/api/endpoints/i') diff --git a/src/server/api/endpoints/i/update.ts b/src/server/api/endpoints/i/update.ts index 1ea2c2da35..91056f04a7 100644 --- a/src/server/api/endpoints/i/update.ts +++ b/src/server/api/endpoints/i/update.ts @@ -66,7 +66,7 @@ export const meta = { avatarId: { validator: $.optional.nullable.type(ID), desc: { - 'ja-JP': 'アイコンに設定する画像のドライブファイルID' + 'ja-JP': 'アバターに設定する画像のドライブファイルID' } }, -- cgit v1.2.3-freya