Skip to content

Commit

Permalink
Fix missing translation key (chatwoot#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrajs authored May 4, 2020
1 parent ae3f8c0 commit 98af47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/widget/components/Branding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
target="_blank"
>
<img src="~widget/assets/images/logo.svg" alt="ChatwootLogo" />
<span>Powered by Chatwoot</span>
<span>{{ $t('POWERED_BY') }}</span>
</a>
</template>

Expand Down
1 change: 1 addition & 0 deletions app/javascript/widget/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
SUBMIT: 'Submit',
},
},
POWERED_BY: 'Powered by Chatwoot',
};

0 comments on commit 98af47a

Please sign in to comment.