We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6d2ca commit c119388Copy full SHA for c119388
1 file changed
apps/web/src/features/datahub/pages/DataHubPage.tsx
@@ -44,7 +44,7 @@ export const DataHubPage = () => {
44
const baseFilename = `${currentUser!.username}_${new Date().toISOString()}`;
45
addNotification({
46
message: t({
47
- en: 'Downloading entries, please wait...',
+ en: 'Exporting entries, please wait...',
48
fr: 'Téléchargement des entrées, veuillez patienter...'
49
}),
50
type: 'info'
0 commit comments