From 784931c9e33b6891d23b82b5450142d52ae5e7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:17:38 +0900 Subject: [PATCH] Update profile.vue --- packages/frontend/src/pages/settings/profile.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index 1b9b6b7df4..c2e6c7959c 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -262,7 +262,7 @@ function changeAvatar(ev) { await os.apiWithDialog('i/update', { avatarId: originalOrCropped.id, }, undefined, { - 'AVATAR_IS_SENSITIVE': { + '71bb5e53-4742-4609-b465-36081e131208': { title: i18n.ts.cannotSelectSensitiveMedia, text: i18n.ts.cannotSelectSensitiveMediaDescription, }, @@ -314,7 +314,7 @@ function changeBanner(ev) { await os.apiWithDialog('i/update', { bannerId: originalOrCropped.id, }, undefined, { - 'BANNER_IS_SENSITIVE': { + 'e148b34c-9f33-4300-93e0-7817008fb366': { title: i18n.ts.cannotSelectSensitiveMedia, text: i18n.ts.cannotSelectSensitiveMediaDescription, },