aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-07 11:03:23 -0500
committerLibravatar GitHub <noreply@github.com>2022-05-07 16:03:23 +0000
commit1c4115a07fdde9ff55df5895b5829213a29108b3 (patch)
tree4daac7971d1bb9a0c54265bd5ec662beedbfee3f /src/helpers
parentManually resetting some i18n files [skip ci] (diff)
downloadferdium-app-1c4115a07fdde9ff55df5895b5829213a29108b3.tar.gz
ferdium-app-1c4115a07fdde9ff55df5895b5829213a29108b3.tar.zst
ferdium-app-1c4115a07fdde9ff55df5895b5829213a29108b3.zip
New Crowdin updates (#117) [skip ci]
Diffstat (limited to 'src/helpers')
-rw-r--r--src/helpers/validation-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/validation-helpers.ts b/src/helpers/validation-helpers.ts
index c3c0f79bf..b2b8823af 100644
--- a/src/helpers/validation-helpers.ts
+++ b/src/helpers/validation-helpers.ts
@@ -13,7 +13,7 @@ const messages = defineMessages({
13 }, 13 },
14 url: { 14 url: {
15 id: 'validation.url', 15 id: 'validation.url',
16 defaultMessage: "{field} is not a valid URL (cannot end in '/')", 16 defaultMessage: "{field} is not a valid URL",
17 }, 17 },
18 minLength: { 18 minLength: {
19 id: 'validation.minLength', 19 id: 'validation.minLength',