diff --git a/src/views/password/PasswordDoc.vue b/src/views/password/PasswordDoc.vue
index e2eae0c80..f44c27507 100755
--- a/src/views/password/PasswordDoc.vue
+++ b/src/views/password/PasswordDoc.vue
@@ -61,7 +61,7 @@ import Password from 'primevue/password';
promptLabel |
string |
- Enter a password |
+ null |
Text to prompt password entry. Defaults to PrimeVue Locale configuration. |
@@ -79,19 +79,19 @@ import Password from 'primevue/password';
weakLabel |
string |
- Weak |
+ null |
Text for a weak password. Defaults to PrimeVue Locale configuration. |
mediumLabel |
string |
- Medium |
+ null |
Text for a medium password. Defaults to PrimeVue Locale configuration. |
strongLabel |
string |
- Strong |
+ null |
Text for a strong password. Defaults to PrimeVue Locale configuration. |