diff --git a/src/locales/en.json b/src/locales/en.json index e7cc7e2..a022fb7 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -348,7 +348,7 @@ "search.noResult": "There are no results for your search", "search.tryAnother": " " }, - "jobboard": { + "job-board": { "joboffers": "Job offers", "joboffer.description": "Here you will find job offers", "joboffer.edit": "Modify the job offer", diff --git a/src/locales/es.json b/src/locales/es.json index 0f35122..0fdf9c2 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -348,7 +348,7 @@ "search.noResult": "No hay resultados para su búsqueda", "search.tryAnother": " " }, - "jobboard": { + "job-board": { "joboffers": "Oportunidades de trabajo", "joboffer.description": "Aquí encontrarás oportunidades de trabajo", "joboffer.edit": "Modificar la oportunidad de trabajo", diff --git a/src/locales/fr.json b/src/locales/fr.json index ff31899..6801158 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -346,7 +346,7 @@ "search.noResult": "Il n'y a aucun résultat pour ta recherche", "search.tryAnother": " " }, - "jobboard": { + "job-board": { "joboffers": "Offres de missions", "joboffer.description": "Tu trouveras ici des offres de missions", "joboffer.edit": "Modifier l'offre de mission", diff --git a/src/orbit-dependencies.pug b/src/orbit-dependencies.pug index c11b02e..23e8b46 100644 --- a/src/orbit-dependencies.pug +++ b/src/orbit-dependencies.pug @@ -75,7 +75,7 @@ if(!npm.find(e => e.package == "@startinblox/component-job-board")) npm.push({ "package": "@startinblox/component-job-board", - "version": "6.2" + "version": "6.3" }) if(componentSet.has("notification"))