Skip to content

Commit 4d1db81

Browse files
fix: align automation IDs in translations with questions.ts - Changed 'automation' to 'infra-automation' in infrastructure section and 'test-automation' in testing section
1 parent 5e3e321 commit 4d1db81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"title": "System Programming",
9393
"subtitle": "core system development"
9494
},
95-
"automation": {
95+
"infra-automation": {
9696
"title": "Automation",
9797
"subtitle": "making things efficient"
9898
}
@@ -138,7 +138,7 @@
138138
"title": "Bug Hunting",
139139
"subtitle": "finding the glitches"
140140
},
141-
"automation": {
141+
"test-automation": {
142142
"title": "Test Automation",
143143
"subtitle": "automated quality assurance"
144144
}

src/i18n/es.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"title": "Programación de Sistemas",
9393
"subtitle": "desarrollo del sistema central"
9494
},
95-
"automation": {
95+
"infra-automation": {
9696
"title": "Automatización",
9797
"subtitle": "haciendo las cosas eficientes"
9898
}
@@ -138,7 +138,7 @@
138138
"title": "Búsqueda de Errores",
139139
"subtitle": "encontrando los fallos"
140140
},
141-
"automation": {
141+
"test-automation": {
142142
"title": "Automatización de Pruebas",
143143
"subtitle": "aseguramiento de calidad automatizado"
144144
}

0 commit comments

Comments
 (0)