Skip to content

Commit c119388

Browse files
committed
fix: change downloading to exporting
1 parent 1b6d2ca commit c119388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/features/datahub/pages/DataHubPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const DataHubPage = () => {
4444
const baseFilename = `${currentUser!.username}_${new Date().toISOString()}`;
4545
addNotification({
4646
message: t({
47-
en: 'Downloading entries, please wait...',
47+
en: 'Exporting entries, please wait...',
4848
fr: 'Téléchargement des entrées, veuillez patienter...'
4949
}),
5050
type: 'info'

0 commit comments

Comments
 (0)