Skip to content

Commit 79d3bb8

Browse files
Merge pull request #4 from rocky-linux/fix/automation-ids-navigation
Bug Fix: Discrepancy in Tree Sub-Option IDs
2 parents 5e3e321 + 4d1db81 commit 79d3bb8

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)