From 5736821466505ec263b41536c64c64dd00b26356 Mon Sep 17 00:00:00 2001
From: sydwardrae <94979838+sydwardrae@users.noreply.github.com>
Date: Fri, 7 Jul 2023 19:58:01 -0400
Subject: [PATCH] fixed typo string to strong (#10001)
---
apps/web/public/static/locales/en/common.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json
index ac9de759b0..2142d773c6 100644
--- a/apps/web/public/static/locales/en/common.json
+++ b/apps/web/public/static/locales/en/common.json
@@ -1785,7 +1785,7 @@
"managed_event_dialog_title_one": "The url /{{slug}} already exists for {{count}} member. Do you want to replace it?",
"managed_event_dialog_title_other": "The url /{{slug}} already exists for {{count}} members. Do you want to replace it?",
"managed_event_dialog_information_one": "{{names}} is already using the /{{slug}} url.",
- "managed_event_dialog_information_other": "{{names}} are already using the /{{slug}} url.",
+ "managed_event_dialog_information_other": "{{names}} are already using the /{{slug}} url.",
"managed_event_dialog_clarification": "If you choose to replace it, we will notify them. Go back and remove them if you don't want to overwrite it.",
"review_event_type": "Review Event Type",
"looking_for_more_analytics": "Looking for more analytics?",