feat : lang

This commit is contained in:
elforjani3
2021-06-07 15:31:14 +02:00
parent 23450a09cd
commit 536c4a32fb
5 changed files with 26 additions and 25 deletions

View File

@@ -28,8 +28,12 @@ function LicenseTab({ openDialog }) {
<T id={'cards_will_be_charged'} />
</p>
<Button onClick={handleSubmitBtnClick} intent={Intent.PRIMARY} large={true}>
Submit Voucher
<Button
onClick={handleSubmitBtnClick}
intent={Intent.PRIMARY}
large={true}
>
<T id={'submit_voucher'} />
</Button>
</div>
);