ux: clearer button label

This addresses feedback from the Design team: what is being Unsynced?

Thanks @urcades!
This commit is contained in:
tomholford 2022-11-11 00:54:23 -08:00
parent a5cfafa1fc
commit 8766fd05cc

View File

@ -59,7 +59,7 @@ export default function SourceSyncer({ appName, title, syncDesk, syncShip }: Sou
</div>
<div className="flex space-x-2">
<Button onClick={onUnsync} variant="destructive">
Unsync
Unsync Updates for {appName}...
</Button>
</div>
</>