Fix accelerator error message positioning

This commit is contained in:
softsimon
2024-07-08 16:38:38 +09:00
parent 32eaf29aaa
commit d074ff1d4c
3 changed files with 9 additions and 3 deletions

View File

@@ -6,4 +6,4 @@
</span>
}
<ng-template #lowBalance i18n="accelerator.low-balance">Your balance is too low. Please <a style="color:#105fb0" href="/services/accelerator/overview">top up your account</a>.</ng-template>
<ng-template #lowBalance i18n="accelerator.low-balance">Your balance is too low.<br/>Please <a style="color:#105fb0" href="/services/accelerator/overview">top up your account</a>.</ng-template>