Skip to content

Commit

Permalink
i18n fix (animeCalendarDescription)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carleslc committed Jan 18, 2022
1 parent 6a34946 commit c867607
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/CalendarButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
href="https://notify.moe/calendar"
target="_blank"
:label="icon ? '' : $t('animeCalendar')"
:caption="caption"
:caption="$t('animeCalendarDescription')"
/>
</template>

Expand All @@ -16,10 +16,5 @@ export default {
default: false,
},
},
data() {
return {
caption: this.$t('animeCalendarDescription'),
};
},
};
</script>

0 comments on commit c867607

Please sign in to comment.