alert errors when the passphrase is empty

This commit is contained in:
Dan Mills 2007-12-21 18:05:01 -08:00
Родитель adcef64d74
Коммит f2c9cee5f7
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1 +1,4 @@
loginFailed.alert = Login failed
noPassword.alert = You must enter a password
noPassphrase.alert = You must enter a passphrase
samePasswordAndPassphrase.alert = Your password and passphrase must be different

Просмотреть файл

@ -8,3 +8,6 @@ initStatusSyncComplete.label = Status: Transfer Complete
initStatusSyncFailed.label = Status: Transfer Failed
invalidCredentials.alert = You must provide a valid Weave user name and password to continue.
noPassphrase.alert = You must enter a passphrase
samePasswordAndPassphrase.alert = Your password and passphrase must be different