Skip to content

Commit 2ba882f

Browse files
authored
Merge pull request #124859 from tusharka1/patch-8
updated missing InvalidUserInput localization string
2 parents 54fa1c3 + 691c85f commit 2ba882f

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)