aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/Validation/Resource.resx
diff options
context:
space:
mode:
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>