From 3ee103d18e410dccea8163bca82ae3cc368679eb Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:45:18 -0600 Subject: [PATCH] Change copy for a error message Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6b0d8c9e1f..d0dd212abb 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -5580,7 +5580,7 @@ "description": "Shown if user has attempted to enter a username with 00 as discriminator" }, "icu:ProfileEditor--username--check-discriminator-leading-zero": { - "messageformat": "This number can’t start with 00. Enter a digit between 1-9", + "messageformat": "Numbers with more than 2 digits can’t start with 0", "description": "Shown if user has attempted to enter a username with leading 0 in discriminator" }, "icu:ProfileEditor--username--unavailable": {