mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
locale: Fix ru-RU popconfirm translation (#19220)
This commit is contained in:
@@ -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: 'Отмена'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user