mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
Fix missing translation key (#810)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -8,4 +8,5 @@ export default {
|
||||
SUBMIT: 'Submit',
|
||||
},
|
||||
},
|
||||
POWERED_BY: 'Powered by Chatwoot',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user