Add export progress hint
This commit is contained in:
@@ -2800,7 +2800,8 @@
|
||||
"title": "Datenexporte",
|
||||
"request": {
|
||||
"title": "Exportanfrage",
|
||||
"hint": "Exportiere Mandantendaten oder ein einzelnes Event-Archiv."
|
||||
"hint": "Exportiere Mandantendaten oder ein einzelnes Event-Archiv.",
|
||||
"progress": "Export läuft. Die Liste wird automatisch aktualisiert."
|
||||
},
|
||||
"fields": {
|
||||
"scope": "Umfang",
|
||||
|
||||
@@ -2804,7 +2804,8 @@
|
||||
"title": "Data exports",
|
||||
"request": {
|
||||
"title": "Export request",
|
||||
"hint": "Export tenant data or a specific event archive."
|
||||
"hint": "Export tenant data or a specific event archive.",
|
||||
"progress": "Export is running. This list refreshes automatically."
|
||||
},
|
||||
"fields": {
|
||||
"scope": "Scope",
|
||||
|
||||
@@ -213,6 +213,11 @@ export default function MobileDataExportsPage() {
|
||||
<Switch.Thumb />
|
||||
</Switch>
|
||||
</XStack>
|
||||
{hasInProgress ? (
|
||||
<Text fontSize="$xs" color={muted}>
|
||||
{t('dataExports.request.progress', 'Export is running. This list refreshes automatically.')}
|
||||
</Text>
|
||||
) : null}
|
||||
</YStack>
|
||||
<CTAButton
|
||||
label={requesting ? t('dataExports.actions.requesting', 'Requesting...') : t('dataExports.actions.request', 'Request export')}
|
||||
|
||||
Reference in New Issue
Block a user