Skip to content

Commit 816fa2e

Browse files
authored
Update 16/umbraco-ui-builder/filtering/data-views.md
1 parent 4a3ef26 commit 816fa2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-ui-builder/filtering/data-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ collectionConfig.AddDataView("Status", "Active", p => p.IsActive);
4646

4747
### Using the `AddAllDataView` Method
4848

49-
Enables the `All` option for data views in the collection. The method can take an empty string - which will display the CMS localized `All` value, a plain text or a localized string.
49+
Enables the `All` option for data views in the collection. The method can take an empty string, which will display the CMS localized `All` value, plain text, or a localized string.
5050

5151
#### Method Synthax
5252

0 commit comments

Comments
 (0)