locale: Fix ru-RU popconfirm translation (#19220)

pull/19442/head
Philip Solovyev 2020-05-18 11:54:19 +03:00 committed by GitHub
parent f89fa65442
commit abb16771a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: 'Отмена'
}
}
};