From 3cdf59f2cc2f8abaec7f3f016c0f8c8b731b950d Mon Sep 17 00:00:00 2001 From: Ryukemeister Date: Wed, 8 Nov 2023 18:34:28 +0530 Subject: [PATCH] fix capitalization typo for show event type message --- 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 61fd40cc41..e9054ee134 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1232,7 +1232,7 @@ "recordings_are_part_of_the_teams_plan": "Recordings are part of the teams plan", "team_feature_teams": "This is a Team feature. Upgrade to Team to see your team's availability.", "team_feature_workflows": "This is a Team feature. Upgrade to Team to automate your event notifications and reminders with Workflows.", - "show_eventtype_on_profile": "Show on Profile", + "show_eventtype_on_profile": "Show on profile", "embed": "Embed", "new_username": "New username", "current_username": "Current username",