This commit is contained in:
Gabe Yuan
2023-09-08 21:41:32 +08:00
parent 1ff1b21355
commit 441a2ca2da
7 changed files with 158 additions and 36 deletions

View File

@@ -87,7 +87,7 @@ export default function SyncSetting() {
onClick={handleSyncTest}
startIcon={<SyncIcon />}
>
{i18n("data_sync_test")}
{i18n("sync_now")}
</Button>
{loading && <CircularProgress size={16} />}
</Stack>