Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Mar 16, 2024
1 parent 8f53228 commit 2149efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const MigrateJobsDialog = (props: DialogProps<void, string>) => {
variant="primary"
onClick={() => openMigrateFundsDialog({})}
>
Migrate funds
Migrate Funds
</Button>
</Container>
{isLoading && <Throbber className={styles.throbber} />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const MigrateFundsDialog = (props: DialogProps<MigrateFundsDialogProps, b
}
}}
>
Migrate funds & Create Funding Account
Migrate Funds & Create Funding Account
</Button>
</DialogFooter>
</Dialog>
Expand Down

0 comments on commit 2149efa

Please sign in to comment.