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.