the word of button is "ok"
i want to change it
how?
thx
ok
i found it
UIkit.modal.alert("账号或密码不能为空!", {
center: true,labels:{Ok:'确认'}
});
This should be in the Documentation page.
In 3.0.3 keys must be lowercase
labels: {
ok: 'Ok',
cancel: 'Annulla'
}
Most helpful comment
This should be in the Documentation page.