Skip to content

Commit

Permalink
Fix remoteFollowMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 15, 2022
1 parent 17d7bf8 commit 971c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/components/follow-button.vue
Expand Up @@ -100,7 +100,7 @@ export default Vue.extend({
const uri = `${url}/@${this.user.username}`;
await this.$root.dialog({
type: 'info',
text: this.$t('message', { acct: `[${uri}](${uri})` }),
text: this.$t('remoteFollowMessage', { acct: `[${uri}](${uri})` }),
});
return;
Expand Down

0 comments on commit 971c41e

Please sign in to comment.