diff --git a/src/locale/lang/ar.js b/src/locale/lang/ar.js index bec1800d036..401913fdafb 100644 --- a/src/locale/lang/ar.js +++ b/src/locale/lang/ar.js @@ -112,8 +112,8 @@ export default { title: 'عودة' }, popconfirm: { - confirmButtonText: 'Yes', // to be translated - cancelButtonText: 'No' // to be translated + confirmButtonText: 'تأكيد', + cancelButtonText: 'إلغاء' } } };