Skip to content
Snippets Groups Projects
Commit 0c6edd72 authored by Agate's avatar Agate 💬
Browse files

Merge branch 'patch-1' into 'develop'

Fix typo in SubscribeButton.vue

See merge request funkwhale/funkwhale!1089
parents da2cc26a 44e3250b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
if (this.isSubscribed) { if (this.isSubscribed) {
return this.$pgettext('Content/Channel/Button/Verb', 'Subscribe') return this.$pgettext('Content/Channel/Button/Verb', 'Subscribe')
} else { } else {
return this.$pgettext('Content/Channel/Button/Verb', 'Unubscribe') return this.$pgettext('Content/Channel/Button/Verb', 'Unsubscribe')
} }
}, },
isSubscribed () { isSubscribed () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment