This commit is contained in:
lollipopkit
2023-12-11 11:13:49 +08:00
parent 73752bffc3
commit ce9929e93f
6 changed files with 23 additions and 10 deletions

View File

@@ -170,12 +170,12 @@ class BackupPage extends StatelessWidget {
children: [
TextButton(
onPressed: () async => _onTapWebdavDl(context),
child: Text(l10n.download),
child: Text(l10n.restore),
),
UIs.width7,
TextButton(
onPressed: () async => _onTapWebdavUp(context),
child: Text(l10n.upload),
child: Text(l10n.backup),
),
],
);