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/en.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 936aa38d9..2210bd3c5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -158,7 +158,6 @@ en: unresolved: Unresolved view: View settings: - click_to_edit: Click to edit contact_information: email: Enter a public e-mail address label: Contact information -- cgit