From 2bd132d4581048a96b4d36b5a94e6749c68b8987 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Thu, 4 May 2017 12:12:44 -0400 Subject: Replace best_in_place editor on admin settings page (#2789) * Remove best_in_place * Replace best_in_place usage with rails helpers * Move admin/settings#index to #edit action * Remove click_to__edit from i18n --- config/locales/fr.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/locales/fr.yml') diff --git a/config/locales/fr.yml b/config/locales/fr.yml index f238d601a..db892619c 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -136,7 +136,6 @@ fr: unresolved: Non résolus view: Voir settings: - click_to_edit: Cliquez pour éditer contact_information: email: Entrez une adresse courriel publique label: Informations de contact -- cgit