fix: translation of buttons in the Form tour (#22055)
This commit is contained in:
parent
4dad5428cf
commit
88c2e64899
1 changed files with 4 additions and 2 deletions
|
|
@ -12,8 +12,10 @@ frappe.ui.OnboardingTour = class OnboardingTour {
|
|||
padding: 10,
|
||||
overlayClickNext: false,
|
||||
keyboardControl: true,
|
||||
nextBtnText: "Next",
|
||||
prevBtnText: "Previous",
|
||||
nextBtnText: __("Next"),
|
||||
prevBtnText: __("Previous"),
|
||||
doneBtnText: __("Done"),
|
||||
closeBtnText: __("Close"),
|
||||
opacity: 0.5,
|
||||
onHighlighted: (step) => {
|
||||
frappe.ui.next_form_tour = step.options.step_info?.next_form_tour;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue