From 64f1742a6e29497cde4350325ae10ef185c1b30b Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 17 Sep 2024 10:46:18 -0400 Subject: [PATCH] Remove unnecessary comma from several translatable messages --- config/locales/en.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index d114e0a88..fc2ab125e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -369,7 +369,7 @@ en: note: note timeout: title: Timeout Error - sorry: "Sorry, the data for the %{type} with the id %{id}, took too long to retrieve." + sorry: "Sorry, the data for the %{type} with the id %{id} took too long to retrieve." type: node: node way: way @@ -405,28 +405,28 @@ en: enclosing: "Enclosing features" nodes: timeout: - sorry: "Sorry, the data for the node with the id %{id}, took too long to retrieve." + sorry: "Sorry, the data for the node with the id %{id} took too long to retrieve." old_nodes: not_found: sorry: "Sorry, node #%{id} version %{version} could not be found." timeout: - sorry: "Sorry, the history of the node with the id %{id}, took too long to retrieve." + sorry: "Sorry, the history of the node with the id %{id} took too long to retrieve." ways: timeout: - sorry: "Sorry, the data for the way with the id %{id}, took too long to retrieve." + sorry: "Sorry, the data for the way with the id %{id} took too long to retrieve." old_ways: not_found: sorry: "Sorry, way #%{id} version %{version} could not be found." timeout: - sorry: "Sorry, the history of the way with the id %{id}, took too long to retrieve." + sorry: "Sorry, the history of the way with the id %{id} took too long to retrieve." relations: timeout: - sorry: "Sorry, the data for the relation with the id %{id}, took too long to retrieve." + sorry: "Sorry, the data for the relation with the id %{id} took too long to retrieve." old_relations: not_found: sorry: "Sorry, relation #%{id} version %{version} could not be found." timeout: - sorry: "Sorry, the history of the relation with the id %{id}, took too long to retrieve." + sorry: "Sorry, the history of the relation with the id %{id} took too long to retrieve." changeset_comments: feeds: comment: -- 2.39.5