Skip to content

Commit abb1677

Browse files
authored
locale: Fix ru-RU popconfirm translation (#19220)
1 parent f89fa65 commit abb1677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locale/lang/ru-RU.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ export default {
113113
title: 'Back' // to be translated
114114
},
115115
popconfirm: {
116-
confirmButtonText: 'Yes', // to be translated
117-
cancelButtonText: 'No' // to be translated
116+
confirmButtonText: 'OK',
117+
cancelButtonText: 'Отмена'
118118
}
119119
}
120120
};

0 commit comments

Comments
 (0)