diff --git a/src/providers/locales/en.json b/src/providers/locales/en.json
index e208e6b58..b459f7058 100644
--- a/src/providers/locales/en.json
+++ b/src/providers/locales/en.json
@@ -1,6 +1,8 @@
{
"quiz": {
"infography": "REVIEW THE ORDERS OF MAGNITUDE",
+ "hideAll": "Collapse the list of orders of magnitude",
+ "displayAll": "Show all orders of magnitude",
"question": "Question",
"previous": "Prev.",
"title": "In your opinion, what has the least impact on the climate?",
diff --git a/src/providers/locales/es.json b/src/providers/locales/es.json
index c01b3d539..ef0f57ea1 100644
--- a/src/providers/locales/es.json
+++ b/src/providers/locales/es.json
@@ -1,6 +1,8 @@
{
"quiz": {
"infography": "REVISAR LOS PEDIDOS DE TALLAS",
+ "hideAll": "Ocultar la lista de órdenes de magnitud",
+ "displayAll": "Mostrar todas las órdenes de magnitud",
"question": "Pregunta",
"previous": "Ant.",
"title": "Según tú, ¿qué tiene menos impacto en el clima?",