We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad99572 commit 0e2ce59Copy full SHA for 0e2ce59
src/packages/tour/components/TourRoot.ts
@@ -88,7 +88,7 @@ export const TourRoot = ({ tour }: TourRootProps) => {
88
bullets: tour.getOption("showBullets"),
89
90
buttons: tour.getOption("showButtons"),
91
- nextLabel: "Next",
+ nextLabel: tour.getOption("nextLabel"),
92
onNextClick: async (e: any) => {
93
if (!tour.isLastStep()) {
94
await nextStep(tour);
0 commit comments