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 lzq4047 committed May 22, 2020
1 parent c87db6e commit b7036e5
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 b7036e5

Please sign in to comment.