From 7ca665aa9312a1f00d6247cd499a360847f3ec1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 8 Mar 2023 14:36:10 +0300 Subject: [PATCH] Locale path fixes --- doc/inplace/AccessibilityDoc.vue | 4 ++-- doc/password/LocaleDoc.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/inplace/AccessibilityDoc.vue b/doc/inplace/AccessibilityDoc.vue index 767e81ca8..5ad47ae7e 100644 --- a/doc/inplace/AccessibilityDoc.vue +++ b/doc/inplace/AccessibilityDoc.vue @@ -7,8 +7,8 @@ overriding the default role.

- Closable inplace components displays a button with an aria-label that refers to the aria.close property of the locale API by default, you may use closeButtonProps to customize the - element and override the default aria-label. + Closable inplace components displays a button with an aria-label that refers to the aria.close property of the locale API by default, you may use closeButtonProps to + customize the element and override the default aria-label.

View Mode Keyboard Support

diff --git a/doc/password/LocaleDoc.vue b/doc/password/LocaleDoc.vue index d9e38699b..ab210f0a3 100644 --- a/doc/password/LocaleDoc.vue +++ b/doc/password/LocaleDoc.vue @@ -2,7 +2,7 @@

Labels are translated at component level by promptLabel, weakLabel, mediumLabel and strongLabel properties. In order to apply global translations for all Password components in the application, refer to the - Locale API. + locale.