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 { ...@@ -113,8 +113,8 @@ export default {
title: 'Back' // to be translated title: 'Back' // to be translated
}, },
popconfirm: { popconfirm: {
confirmButtonText: 'Yes', // to be translated confirmButtonText: 'OK',
cancelButtonText: 'No' // to be translated 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