Skip to content

Commit

Permalink
Add .csv to the label [#4799]
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromirdobrev committed Feb 18, 2025
1 parent 0bf3cfe commit 8e10d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/events2/Event2AdminSettingsPanel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Event2AdminSettingsState extends State<Event2AdminSettingsPanel>{
),
Visibility(visible: (_canUploadCsv && _hasSurvey),
child: _ButtonWidget(
title: 'DOWNLOAD SURVEY RESULTS',
title: 'DOWNLOAD SURVEY RESULTS .csv',
onTap: _onDownloadSurveyResults,
progress: _loadingSurveyResponses),
)
Expand Down

0 comments on commit 8e10d86

Please sign in to comment.