Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Update ViewsGalleryViewModel.cs #888

Merged
merged 1 commit into from
Feb 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/XCT.Sample/ViewModels/Views/ViewsGalleryViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
"The AvatarView represents a user's name by using the initials and a generated background color"),

new SectionModel(typeof(BadgeViewPage), "BadgeView",
"View used to used to notify users notifications, or status of something"),
"View used to notify users notifications, or status of something"),

new SectionModel(typeof(CameraViewPage), "CameraView",
"The CameraView allows you to show a live preview from the camera. You can take pictures, record videos and much more!"),
Expand Down Expand Up @@ -51,4 +51,4 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
"The UniformGrid is just like the Grid, with all rows and columns will have the same size.")
};
}
}
}