Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Apr 30, 2020
1 parent 6186810 commit 0b56845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/OEmbedView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
this.$q.notify({
color: 'red',
icon: 'mdi-alert-circle',
message: `${this.$o} ${this.$o.lang.embed.linkWarning}`,
message: `${this.$o.lang.embed[this.service.value]}, ${this.$o.lang.embed.linkWarning}`,
position: 'top',
timeout: 1500
})
Expand Down

0 comments on commit 0b56845

Please sign in to comment.