Skip to content

Commit

Permalink
locale: Fix ru-RU popconfirm translation (ElemeFE#19220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Opppex authored and BANKA2017 committed Mar 16, 2021
1 parent bb3b723 commit c5e76ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locale/lang/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'Отмена'
}
}
};

0 comments on commit c5e76ff

Please sign in to comment.