From 88a4db7463b6c21e1382b1f567568aa96ee1293b Mon Sep 17 00:00:00 2001
From: Lars Johan <102150099+LarsJohanFolde@users.noreply.github.com>
Date: Tue, 17 Sep 2024 15:15:55 +0200
Subject: [PATCH] Capitalization fix (#9963)

---
 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 9d8bd9883ea..be53f6a1af8 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1333,7 +1333,7 @@ en:
     messages:
       not_visible: "This competition is not visible to the public."
       name_too_long: "The competition name is longer than 32 characters. Please edit the competition ID and short name appropriately."
-      id_starts_with_lowercase: "The competition id starts with a lowercase letter. We prefer to have it start with an uppercase."
+      id_starts_with_lowercase: "The competition ID starts with a lowercase letter. We prefer to have it start with an uppercase."
       must_have_events: "Please add at least one event before confirming the competition."
       schedule_must_match_rounds: "Please make sure the competition has at least one round per event and that the schedule you created includes all the rounds you declared before confirming the competition."
       advancement_condition_must_be_present_for_all_non_final_rounds: "Please make sure that all non final rounds have advancement condition specified."