diff options
| -rw-r--r-- | src/components/follow_card/follow_card.vue | 1 | ||||
| -rw-r--r-- | src/components/settings_modal/tabs/filtering_tab.vue | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/follow_card/follow_card.vue b/src/components/follow_card/follow_card.vue index b503783f..895a8fa3 100644 --- a/src/components/follow_card/follow_card.vue +++ b/src/components/follow_card/follow_card.vue @@ -20,6 +20,7 @@ :relationship="relationship" :label-following="$t('user_card.follow_unfollow')" class="follow-card-follow-button" + :user="user" /> </template> </div> diff --git a/src/components/settings_modal/tabs/filtering_tab.vue b/src/components/settings_modal/tabs/filtering_tab.vue index 5d3c614a..50ee20e0 100644 --- a/src/components/settings_modal/tabs/filtering_tab.vue +++ b/src/components/settings_modal/tabs/filtering_tab.vue @@ -31,7 +31,7 @@ <BooleanSetting :disabled="hideFilteredStatuses" path="hideMutedPosts" - > + > {{ $t('settings.hide_muted_posts') }} </BooleanSetting> </li> |
