Skip to content

Commit bc03274

Browse files
shorten label (#414)
1 parent c3c6b47 commit bc03274

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/samples/edit_feature_attachments/edit_feature_attachments.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class _AttachmentsOptionsState extends State<AttachmentsOptions>
180180
Row(
181181
children: [
182182
// Display the number of attachments.
183-
const Text('Number of Attachments: '),
183+
const Text('Attachments: '),
184184
if (_isLoading)
185185
const SizedBox(
186186
height: 18,
10.1 KB
Loading

0 commit comments

Comments
 (0)