diff --git a/locales/ja.yml b/locales/ja.yml index 1e0359254..492817806 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -964,6 +964,7 @@ desktop/views/pages/user/user.profile.vue: mute: "ミュートする" muted: "ミュートしています" unmute: "ミュート解除" + add-to-list: "リストに追加" desktop/views/pages/user/user.header.vue: posts: "投稿" diff --git a/src/client/app/desktop/views/pages/user/user.profile.vue b/src/client/app/desktop/views/pages/user/user.profile.vue index b74dbc7e2..35993f19a 100644 --- a/src/client/app/desktop/views/pages/user/user.profile.vue +++ b/src/client/app/desktop/views/pages/user/user.profile.vue @@ -13,7 +13,7 @@ %fa:eye% %i18n:@unmute% %fa:eye-slash% %i18n:@mute% - +