Skip to content

Commit 691c85f

Browse files
authored
updated missing InvalidUserInput localization string
Added <LocalizedString ElementType="ErrorMessage" StringId="InvalidUserInput"> Error Massage</LocalizedString>
1 parent 0c4e2a8 commit 691c85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ The following example shows the use of some of the user interface elements in th
274274
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidInput">{0} has invalid input.</LocalizedString>
275275
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMissingRequiredElement">Missing required element: {0}</LocalizedString>
276276
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfValidationError">Error in validation by: {0}</LocalizedString>
277+
<LocalizedString ElementType="ErrorMessage" StringId="InvalidUserInput"> An Invalid value was presented for a property</LocalizedString>
277278
</LocalizedStrings>
278279
</LocalizedResources>
279280
```

0 commit comments

Comments
 (0)