diff --git a/app/assets/templates/projects/new.html.erb b/app/assets/templates/projects/new.html.erb
index 528eea6c2..13a5d4239 100644
--- a/app/assets/templates/projects/new.html.erb
+++ b/app/assets/templates/projects/new.html.erb
@@ -4,7 +4,7 @@
diff --git a/config/locales/app.public.en.yml b/config/locales/app.public.en.yml
index 73ddb1209..fd6a1867b 100644
--- a/config/locales/app.public.en.yml
+++ b/config/locales/app.public.en.yml
@@ -123,7 +123,6 @@ en:
tooltip_openlab_projects_switch: "The search over the whole network lets you search over the projects of every Fab-manager using this feature !"
openlab_search_not_available_at_the_moment: "Search over the whole network is not available at the moment. You still can search over the projects of this platform."
project_search_result_is_empty: "Sorry, we found no results matching your search criteria."
- add_a_project: "Add a project"
reset_all_filters: "Reset all filters"
search: "Search"
all_projects: "All projects"
diff --git a/config/locales/app.public.fr.yml b/config/locales/app.public.fr.yml
index e973b6e34..54256300d 100644
--- a/config/locales/app.public.fr.yml
+++ b/config/locales/app.public.fr.yml
@@ -123,7 +123,6 @@ fr:
tooltip_openlab_projects_switch: "La recherche sur tout le réseau vous permet de rechercher parmis les projets de tous les Fab-managers utilisant cette fonctionnalité !"
openlab_search_not_available_at_the_moment: "La recherche sur tout le réseau n'est pas disponible pour le moment. Vous pouvez cependant effectuer une recherche parmis les projets de cette plateforme."
project_search_result_is_empty: "Il n'y a pas de projets correspondant à vos critères de recherche."
- add_a_project: "Ajouter un projet"
reset_all_filters: "Réinitialiser tous les filtres"
search: "Rechercher"
all_projects: "Tous les projets"
diff --git a/config/locales/app.shared.en.yml b/config/locales/app.shared.en.yml
index c97ba5523..288639886 100644
--- a/config/locales/app.shared.en.yml
+++ b/config/locales/app.shared.en.yml
@@ -86,6 +86,7 @@ en:
_click_on_the_synchronization_button_opposite_: "click on the synchronization button opposite"
_disconnect_then_reconnect_: "disconnect then reconnect"
_for_your_changes_to_take_effect: "for your changes to take effect."
+ add_a_project: "Add a project"
messages:
you_will_lose_any_unsaved_modification_if_you_quit_this_page: "You will lose any unsaved modification if you quit this page"
diff --git a/config/locales/app.shared.fr.yml b/config/locales/app.shared.fr.yml
index 9f773f22e..2d6d9e286 100644
--- a/config/locales/app.shared.fr.yml
+++ b/config/locales/app.shared.fr.yml
@@ -86,6 +86,7 @@ fr:
_click_on_the_synchronization_button_opposite_: "cliquez sur le bouton de synchronisation ci-contre"
_disconnect_then_reconnect_: "déconnectez-vous puis re-connectez vous"
_for_your_changes_to_take_effect: "pour que les modifications soient prises en compte."
+ add_a_project: "Ajouter un projet"
messages:
you_will_lose_any_unsaved_modification_if_you_quit_this_page: "Vous perdrez les modifications non enregistrées si vous quittez cette page"