From 619817d29e928bfac8eae50cfb6be93c5657e24c Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 14 Apr 2017 20:30:55 -0400 Subject: Remove unused will_paginate.page_gap key from i18n (#1815) This value was changed recently, and every locale which had it set was using the same value as the default. This value is still the default in the new location. --- config/locales/en.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 9c2708923..e2f187399 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -298,5 +298,3 @@ en: users: invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code - will_paginate: - page_gap: "…" -- cgit