diff --git a/lib/samples/edit_feature_attachments/edit_feature_attachments.dart b/lib/samples/edit_feature_attachments/edit_feature_attachments.dart index 728495de..afc42289 100644 --- a/lib/samples/edit_feature_attachments/edit_feature_attachments.dart +++ b/lib/samples/edit_feature_attachments/edit_feature_attachments.dart @@ -180,7 +180,7 @@ class _AttachmentsOptionsState extends State Row( children: [ // Display the number of attachments. - const Text('Number of Attachments: '), + const Text('Attachments: '), if (_isLoading) const SizedBox( height: 18, diff --git a/lib/samples/edit_feature_attachments/edit_feature_attachments.png b/lib/samples/edit_feature_attachments/edit_feature_attachments.png index 1afd39cc..be36c1e2 100644 Binary files a/lib/samples/edit_feature_attachments/edit_feature_attachments.png and b/lib/samples/edit_feature_attachments/edit_feature_attachments.png differ