allow translating "screenshot of the website"

This commit is contained in:
Frank Elsinga
2026-01-05 20:54:29 +01:00
parent 22106e3da9
commit 2593040577
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<button type="button" class="btn-close" data-bs-dismiss="modal" :aria-label="$t('Close')" />
</div>
<div class="modal-body"></div>
<img :src="imageURL" alt="screenshot of the website">
<img :src="imageURL" :alt="$t('screenshot of the website')">
</div>
</div>
</div>