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/oc.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/locales/oc.yml') diff --git a/config/locales/oc.yml b/config/locales/oc.yml index 237b9c452..da1807582 100644 --- a/config/locales/oc.yml +++ b/config/locales/oc.yml @@ -146,7 +146,6 @@ oc: unresolved: Pas resolguts view: Veire settings: - click_to_edit: Clicatz per modificar contact_information: email: Picatz una adreça de corrièl label: Informacions de contacte -- cgit