* bug fixes, wip

* revert tranlstion
This commit is contained in:
Matt Hill
2025-04-17 21:06:50 -06:00
committed by GitHub
parent 50755d8ba3
commit accef65ede
13 changed files with 68 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ import { i18nPipe } from '../i18n/i18n.pipe'
[style.margin]="'1rem auto'"
[attr.value]="progress.total"
></progress>
<p>{{ progress.message }}</p>
<p [innerHTML]="progress.message"></p>
</section>
<logs-window />
`,