From aed7d5c528efa9f3be8cbf85d9b06ba91f47943d Mon Sep 17 00:00:00 2001 From: Deepak kumar <122279122+deepak05kr18@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:29:23 +0530 Subject: [PATCH 1/2] Fixes Inconsistent Capitalization in Comment Placeholder fixes https://github.com/CircuitVerse/CircuitVerse/issues/4387 for Inconsistent Capitalization in Comment Placeholder --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index ddfde83..b97f34d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,6 @@ en: start_a_discussion: Start A Discussion - add_a_comment: Add A Comment + add_a_comment: Add a comment... ask_a_question: Ask A Question asked_time_ago: "Asked %{time} ago by %{author}" choose_a_category: Choose a Category From f5f93042c253b758f2791c4cabe103ce77d0f2ca Mon Sep 17 00:00:00 2001 From: Tanmoy Sarkar <57363826+tanmoysrt@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:45:30 +0530 Subject: [PATCH 2/2] chore: typo fix --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index b97f34d..e3b46ef 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,6 @@ en: start_a_discussion: Start A Discussion - add_a_comment: Add a comment... + add_a_comment: Add a comment ask_a_question: Ask A Question asked_time_ago: "Asked %{time} ago by %{author}" choose_a_category: Choose a Category