Skip to content

Commit 70870a7

Browse files
acoumbeshanrnh
andauthored
Update 15/umbraco-ui-builder/collections/localization.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent 1686e0b commit 70870a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-ui-builder/collections/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ treeConfig.AddCollection<Student>(x => x.Id, "#CollectionStudents", "#Collection
3333

3434
![collection_translation](../images/collection_translation.png)
3535

36-
Or
36+
Alternatively, you can use the lowercase version:
3737

3838
```csharp
3939
treeConfig.AddCollection<Student>(x => x.Id, "#collection_students", "#collection_students", "A list of students", "icon-umb-members", "icon-umb-members", collectionConfig =>

0 commit comments

Comments
 (0)