forked from FoundKeyGang/FoundKey
[Client] Fix bug
This commit is contained in:
parent
a483af1b08
commit
ecac2990eb
2 changed files with 1 additions and 5 deletions
|
@ -388,7 +388,6 @@ common/views/components/user-menu.vue:
|
|||
unblock: "ブロック解除"
|
||||
push-to-list: "リストに追加"
|
||||
select-list: "リストを選択してください"
|
||||
list-pushed: "{user}を{list}に追加しました"
|
||||
report-abuse: "スパムを報告"
|
||||
report-abuse-detail: "どのような迷惑行為を行っていますか?"
|
||||
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
|
||||
|
|
|
@ -71,10 +71,7 @@ export default Vue.extend({
|
|||
});
|
||||
this.$root.dialog({
|
||||
type: 'success',
|
||||
text: this.$t('list-pushed', {
|
||||
user: this.user.name,
|
||||
list: lists.find(l => l.id === listId).title
|
||||
})
|
||||
splash: true
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue