fix: render driver license as bold HTML instead of escaped text

- Move <strong> tags from data to template for proper HTML rendering
- Update both English and Spanish data files to use plain text
- Template now wraps license type in <strong> tags
This commit is contained in:
juanatsap
2025-11-12 09:36:03 +00:00
parent e932716132
commit 6332d82643
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -914,7 +914,7 @@
}
],
"other": {
"driverLicense": "<strong>Tipo B</strong>"
"driverLicense": "Tipo B"
},
"meta": {
"version": "2025-11-09",