translate aria-label close tags

This commit is contained in:
Frank Elsinga
2026-01-05 20:51:34 +01:00
parent e7aeb2ede4
commit 22106e3da9
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<h5 class="modal-title">
{{ $t("Monitor Setting", [monitor.name]) }}
</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" />
<button type="button" class="btn-close" data-bs-dismiss="modal" :aria-label="$t('Close')" />
</div>
<div class="modal-body">
<div class="my-3 form-check">