diff --git a/locales/en-US.yml b/locales/en-US.yml index 934c54b14b..8daa06773f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -626,6 +626,8 @@ common/views/components/user-menu.vue: suspend-confirm: "Are you sure that you want to suspend this user?" unsuspend-confirm: "Are you sure that you want to unsuspend this user?" confirm: "Confirm" + update-remote-user: "Update information about remote user" + remote-user-updated: "The information regarding the remote user has been updated." common/views/components/poll.vue: vote-to: "Vote for '{}'" vote-count: "{} votes" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d5c2ebba82..0914b6ca1f 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -668,6 +668,8 @@ common/views/components/user-menu.vue: suspend-confirm: "このユーザーを凍結しますか?" unsuspend-confirm: "このユーザーを凍結解除しますか?" confirm: "確認" + update-remote-user: "リモートユーザー情報の更新" + remote-user-updated: "リモートユーザー情報を更新しました" common/views/components/poll.vue: vote-to: "「{}」に投票する" diff --git a/src/client/app/common/views/components/user-menu.vue b/src/client/app/common/views/components/user-menu.vue index 6a8ac75f85..bbe676eac0 100644 --- a/src/client/app/common/views/components/user-menu.vue +++ b/src/client/app/common/views/components/user-menu.vue @@ -7,7 +7,7 @@