Use translated text on disabled button of splitRoadWizard
This commit is contained in:
parent
65f8a4c3e4
commit
b4f739e506
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export default class SplitRoadWizard extends Combine {
|
|||
})
|
||||
|
||||
saveButton.SetClass("btn btn-primary mr-3")
|
||||
const disabledSaveButton = new Button("Split", undefined)
|
||||
const disabledSaveButton = new Button(t.split.Clone(), undefined)
|
||||
disabledSaveButton.SetClass("btn btn-disabled mr-3")
|
||||
// Only show the save button if there are split points defined
|
||||
const saveToggle = new Toggle(
|
||||
|
|
Loading…
Reference in a new issue