mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(FastAPI): translate some untranslated strings
Affects: templates/partials/packages/search_actions.html Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4525a11d92
commit
748faca87d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
<label class="confirmation">
|
<label class="confirmation">
|
||||||
<input type="checkbox" name="confirm" />
|
<input type="checkbox" name="confirm" />
|
||||||
Confirm
|
{{ "Confirm" | tr }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<input id="search-action-submit" class="button" type="submit" value="Go" />
|
<input id="search-action-submit" class="button" type="submit" value="{{ 'Go' | tr }}" />
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue