Fix missing translation key (#810)
This commit is contained in:
parent
ae3f8c02e1
commit
98af47aae2
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img src="~widget/assets/images/logo.svg" alt="ChatwootLogo" />
|
<img src="~widget/assets/images/logo.svg" alt="ChatwootLogo" />
|
||||||
<span>Powered by Chatwoot</span>
|
<span>{{ $t('POWERED_BY') }}</span>
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,5 @@ export default {
|
||||||
SUBMIT: 'Submit',
|
SUBMIT: 'Submit',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
POWERED_BY: 'Powered by Chatwoot',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue