Commit abb16771 authored by Philip Solovyev's avatar Philip Solovyev Committed by GitHub

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

parent f89fa654
......@@ -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: 'Отмена'
}
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment