Skip to content

Commit f0e4298

Browse files
committed
Change case of Repeat Until
1 parent 34571e7 commit f0e4298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"SET": "set",
149149
"TO": "to",
150150
"STEPS": "steps",
151-
"REPEAT_UNTIL": "Repeat Until",
151+
"REPEAT_UNTIL": "repeat until",
152152
"CUSTOM_EVENTS_LABEL": "Custom Events",
153153
"CUSTOM_METHODS_LABEL": "Custom Methods",
154154
"MORE_ROBOT_METHODS_LABEL": "More Robot Methods",

src/i18n/locales/es/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"SET": "establecer",
150150
"TO": "a",
151151
"STEPS": "pasos",
152-
"REPEAT_UNTIL": "Repetir Hasta",
152+
"REPEAT_UNTIL": "repetir hasta",
153153
"CUSTOM_EVENTS_LABEL": "Eventos Personalizados",
154154
"CUSTOM_METHODS_LABEL": "Métodos Personalizados",
155155
"MORE_ROBOT_METHODS_LABEL": "Más Métodos del Robot",

0 commit comments

Comments
 (0)