Skip to content

Commit

Permalink
Restart transaction -> Resume WAL
Browse files Browse the repository at this point in the history
  • Loading branch information
glasstiger committed Jul 3, 2024
1 parent 333cbf5 commit ae6051a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const SuspensionPopover = ({
variant="secondary"
data-hook="schema-suspension-popover-restart-transaction"
>
{isSubmitting ? "Restarting..." : "Restart transaction"}
{isSubmitting ? "Restarting..." : "Resume WAL"}
</Form.Submit>
</FormWrapper>
</Form>
Expand Down

0 comments on commit ae6051a

Please sign in to comment.