Skip to content

Commit bdff84d

Browse files
committed
Reverting Settings Card button
1 parent 3a0a8f6 commit bdff84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/blocks/SettingsCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function SettingsCard(
7575
>
7676
{props.saveButton.isPending && <Spinner className="size-3" />}
7777
{props.saveButton.label ||
78-
(props.saveButton.isPending ? "Saving" : "Submit")}
78+
(props.saveButton.isPending ? "Saving" : "Save")}
7979
</Button>
8080
)}
8181
</div>

0 commit comments

Comments
 (0)