diff options
| author | Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> | 2019-08-25 16:11:20 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-25 16:11:20 +0900 |
| commit | a85f4c4fc421f071ce6df2c29f7cd9cd9595cc14 (patch) | |
| tree | d4a27715403a27fe8e58ff3b9bf73b8ad42a56c3 /src/server/api | |
| parent | CWの中のサムネイルのサイズが変なのを修正 (#5339) (diff) | |
| download | sharkey-a85f4c4fc421f071ce6df2c29f7cd9cd9595cc14.tar.gz sharkey-a85f4c4fc421f071ce6df2c29f7cd9cd9595cc14.tar.bz2 sharkey-a85f4c4fc421f071ce6df2c29f7cd9cd9595cc14.zip | |
Resolve #2716 (#5340)
* Resolve #2716
* Update ja-JP.yml
Diffstat (limited to 'src/server/api')
| -rw-r--r-- | src/server/api/endpoints/i/update.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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' } }, |