summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets/WidgetUserList.vue
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-12-30 15:59:18 +0900
committerGitHub <noreply@github.com>2025-12-30 15:59:18 +0900
commit97d485bdd279b1756b99937edcac6866673aa1c7 (patch)
tree57dc564a1adc41252932434ec124b4e76b70fd85 /packages/frontend/src/widgets/WidgetUserList.vue
parentfix(frontend): follow-up of #17033 (#17047) (diff)
downloadmisskey-97d485bdd279b1756b99937edcac6866673aa1c7.tar.gz
misskey-97d485bdd279b1756b99937edcac6866673aa1c7.tar.bz2
misskey-97d485bdd279b1756b99937edcac6866673aa1c7.zip
enhance(frontend): ウィジェットの設定項目の多言語対応 (#17032)
* enhance(frontend): ウィジェットの設定項目の多言語対応 * Update Changelog * refactor: move options locale key to root for optimizing artifacts for locale inlining * fix * fix * ✌️ --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'packages/frontend/src/widgets/WidgetUserList.vue')
-rw-r--r--packages/frontend/src/widgets/WidgetUserList.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/widgets/WidgetUserList.vue b/packages/frontend/src/widgets/WidgetUserList.vue
index 9e914fa648..3fc46f303f 100644
--- a/packages/frontend/src/widgets/WidgetUserList.vue
+++ b/packages/frontend/src/widgets/WidgetUserList.vue
@@ -41,6 +41,7 @@ const name = 'userList';
const widgetPropsDef = {
showHeader: {
type: 'boolean',
+ label: i18n.ts._widgetOptions.showHeader,
default: true,
},
listId: {