Skip to content

Commit

Permalink
Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jul 25, 2024
1 parent 1bffd7d commit 4579b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vocabularies/UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1480,19 +1480,19 @@ So, masks can be especially useful for input fields that have a fixed pattern, e
<Annotation Term="Validation.AllowedValues">
<Collection>
<Record>
<PropertyValue Property="Value" Int="short" />
<PropertyValue Property="Value" String="short" />
<Annotation Term="Core.Description" String="7/25/24, 1:11 PM" />
</Record>
<Record>
<PropertyValue Property="Value" Int="medium" />
<PropertyValue Property="Value" String="medium" />
<Annotation Term="Core.Description" String="Jul 25, 2024, 1:11:51 PM" />
</Record>
<Record>
<PropertyValue Property="Value" Int="long" />
<PropertyValue Property="Value" String="long" />
<Annotation Term="Core.Description" String="July 25, 2024 at 1:11:51 PM GMT+2" />
</Record>
<Record>
<PropertyValue Property="Value" Int="full" />
<PropertyValue Property="Value" String="full" />
<Annotation Term="Core.Description" String="Thursday, July 25, 2024 at 1:11:51 PM Central European Summer Time" />
</Record>
</Collection>
Expand Down

0 comments on commit 4579b96

Please sign in to comment.