mirror of https://github.com/ElemeFE/element
locale: Fix ru-RU popconfirm translation (#19220)
parent
f89fa65442
commit
abb16771a5
|
@ -113,8 +113,8 @@ export default {
|
|||
title: 'Back' // to be translated
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'OK',
|
||||
cancelButtonText: 'Отмена'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue