Add localization for a bunch of stuff that I initially missed

This commit is contained in:
Oliver 2025-11-21 19:24:22 -07:00
parent 6997c736dc
commit cab29d9cd6
8 changed files with 43 additions and 27 deletions

View file

@ -1,8 +1,8 @@
<div class="control-row">
<button data-action="cancelRequest">
Cancel Request
{{ localize "taf.Apps.QueryStatus.cancel-request" }}
</button>
<button data-action="finishEarly">
Finish Request Early
{{ localize "taf.Apps.QueryStatus.finish-early" }}
</button>
</div>

View file

@ -25,7 +25,7 @@
type="button"
data-action="promptUser"
>
Send Request
{{ localize "taf.Apps.QueryStatus.send-request" }}
</button>
{{/if}}
</div>