From 72fcf73f2be4fbe51f9ed508d034c9cf3596caaa Mon Sep 17 00:00:00 2001 From: Nenad Vujicic Date: Tue, 24 Sep 2024 00:27:17 +0200 Subject: [PATCH] Fixed unused translation keys in diary_entries.* Removed diary_entries.location.{edit,view} unused translation keys. They were started using at 0b913ef and ended using at 53fc3e8 / aa121fa. --- config/locales/en.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index cde42427b..28698fa52 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -580,8 +580,6 @@ en: report: Report this comment location: location: "Location:" - view: "View" - edit: "Edit" coordinates: "%{latitude}; %{longitude}" feed: user: -- 2.39.5