diff --git a/src/components/dialogs/dialog-backup-restore.js b/src/components/dialogs/dialog-backup-restore.js index 5c8cbcc4..5156e52c 100644 --- a/src/components/dialogs/dialog-backup-restore.js +++ b/src/components/dialogs/dialog-backup-restore.js @@ -40,12 +40,12 @@ const DialogBackupRestore = () => { maxWidth="sm" > - Backup & Restore Apps & Spaces (BETA) + Backup & Restore Apps & Spaces (ALPHA) Backup only includes the list of your apps and spaces (including custom app icons) - and does not include app data and preferences. + and does not include app/space data and preferences. ({ boxShadow: theme.shadows[1], // 96 * 22.375% borderRadius: 21, + backgroundColor: theme.palette.common.white, }, dialogActions: { borderTop: `1px solid ${theme.palette.divider}`, @@ -125,7 +126,7 @@ const DialogCreateCustomApp = (props) => { open={open} > - Create Custom App & Space + {urlDisabled ? 'Create Custom Space' : 'Create Custom App'} { error={Boolean(nameError)} variant="outlined" /> - + {/* Classification