diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 56e39d2..8361456 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -245,7 +245,8 @@ }, "moreJobs": { "title": "More Jobs", - "viewAll": "View All Jobs" + "viewAll": "View All Jobs", + "loadMore": "Load More Jobs" }, "cta": { "badge": "Social Networks", diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index c02248b..ca4c8c5 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -245,7 +245,8 @@ }, "moreJobs": { "title": "Más Empleos", - "viewAll": "Ver Todos los Empleos" + "viewAll": "Ver Todos los Empleos", + "loadMore": "Cargar Más Empleos" }, "cta": { "badge": "Redes Sociales", diff --git a/frontend/src/i18n/pt-BR.json b/frontend/src/i18n/pt-BR.json index e7666be..1fc9803 100644 --- a/frontend/src/i18n/pt-BR.json +++ b/frontend/src/i18n/pt-BR.json @@ -285,7 +285,8 @@ }, "moreJobs": { "title": "Mais Vagas", - "viewAll": "Ver Todas Vagas" + "viewAll": "Ver Todas Vagas", + "loadMore": "Carregar Mais Vagas" }, "cta": { "badge": "Redes Sociais",