aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/Validation/Resource.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-07 21:52:26 +0800
committercrupest <crupest@outlook.com>2022-04-07 21:52:26 +0800
commita1f6b41accb47e4c1e1e0474148afa94732377da (patch)
tree019932d11ab14682f526b7cb9ab1be5a27fbbfdd /BackEnd/Timeline/Models/Validation/Resource.resx
parentf8eecd3d50dec23d23b2fa1b6223b9c99d974214 (diff)
downloadtimeline-a1f6b41accb47e4c1e1e0474148afa94732377da.tar.gz
timeline-a1f6b41accb47e4c1e1e0474148afa94732377da.tar.bz2
timeline-a1f6b41accb47e4c1e1e0474148afa94732377da.zip
...
Diffstat (limited to 'BackEnd/Timeline/Models/Validation/Resource.resx')
-rw-r--r--BackEnd/Timeline/Models/Validation/Resource.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Models/Validation/Resource.resx b/BackEnd/Timeline/Models/Validation/Resource.resx
index 68ba3810..9bec20a5 100644
--- a/BackEnd/Timeline/Models/Validation/Resource.resx
+++ b/BackEnd/Timeline/Models/Validation/Resource.resx
@@ -120,6 +120,9 @@
<data name="CantBeNull" xml:space="preserve">
<value>it can't be null</value>
</data>
+ <data name="NameDisallowed" xml:space="preserve">
+ <value>this special value is not allowed</value>
+ </data>
<data name="NameCantBeEmpty" xml:space="preserve">
<value>name can't be empty</value>
</data>