ChangePassword: remove confusing notice.

It was only there in the Android app anyway, and was confusing for most people.
pull/135/head
Tom Hacohen 4 years ago
parent 193c5d454f
commit c5f9cd75b3

@ -68,12 +68,6 @@
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:text="@string/login_encryption_check_password"/>
<TextView
android:id="@+id/encryption_extra_info"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/change_encryption_password_extra_info"/>
</LinearLayout>
</ScrollView>

@ -205,7 +205,6 @@
\neil: %s</string>
<!-- ChangeEncryptionPasswordActivity -->
<string name="change_encryption_password_title">Endre krypteringspassord</string>
<string name="change_encryption_password_extra_info">Ikke bruk dette verktøyet dersom du mistenker at krypteringspassordet ditt har blitt kompromittert. Kontakt brukerstøtte i stedet.</string>
<string name="change_encryption_password_new_password">Nytt krypteringspassord</string>
<string name="change_encryption_password_are_you_sure">Er du sikker på at du vil fortsette? Denne prosessen kan ikke stoppes halvveis eller angres, og kan ta en stund å fullføre.</string>
<string name="change_encryption_password_success_title">Endring av krypteringspassord</string>

@ -221,7 +221,6 @@
<string name="change_encryption_password_success_title">Şifreleme Parolası Değişikliği</string>
<string name="change_encryption_password_are_you_sure">Devam etmek istediğinizden emin misiniz\? İşlem yarı yolda durdurulamaz veya geri alınamaz ve tamamlanması biraz zaman alabilir.</string>
<string name="change_encryption_password_new_password">Yeni şifreleme parolası</string>
<string name="change_encryption_password_extra_info">Şifreleme parolanızın ele geçirildiğine inanıyorsanız, lütfen bu aracı kullanmayın. Bunun yerine desteğe başvurun.</string>
<string name="change_encryption_password_title">Şifreleme Parolasını Değiştir</string>
<string name="wrong_encryption_password_content">Hesabınıza erişirken bir bütünlük hatası alındı, bu büyük olasılıkla yanlış şifreleme parolası girdiğiniz anlamına gelir.
\nLütfen kullanıcı adının büyük/küçük harfe duyarlı olduğunu unutmayın, bu nedenle lütfen farklı durumları deneyin, örneğin ilk karakteri büyük harf yapın.

@ -268,7 +268,6 @@
<!-- ChangeEncryptionPasswordActivity -->
<string name="change_encryption_password_title">Change Encryption Password</string>
<string name="change_encryption_password_extra_info">Please don\'t use this tool if you believe your encryption password has been compromised. Contact support instead.</string>
<string name="change_encryption_password_new_password">New Encryption Password</string>
<string name="change_encryption_password_are_you_sure">Are you sure you would like to continue? The process can not be stopped half way or be undone, and may take a while to complete.</string>
<string name="change_encryption_password_success_title">Encryption Password Change</string>

Loading…
Cancel
Save