Updated changelog

This commit is contained in:
M66B 2024-04-27 11:52:36 +02:00
parent 99a88bb14e
commit ebc5800703
5 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### 1.2177 - 2024-04-27
* Added [Have I Been Pwned?](https://haveibeenpwned.com/) check (*)
* Added [Have I Been Pwned?](https://haveibeenpwned.com/) **<ins>password</ins>** check (*)
* Added identity option to configure envelope-from (*MAIL FROM*)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -8,7 +8,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### 1.2177 - 2024-04-27
* Added [Have I Been Pwned?](https://haveibeenpwned.com/) check (*)
* Added [Have I Been Pwned?](https://haveibeenpwned.com/) **<ins>password</ins>** check (*)
* Added identity option to configure envelope-from (*MAIL FROM*)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -17,7 +17,7 @@
android:drawableStart="@drawable/twotone_security_24"
android:drawableEnd="@drawable/twotone_open_in_new_12"
android:drawablePadding="6dp"
android:text="@string/title_pawned"
android:text="@string/title_pwned"
android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textColor="?android:attr/textColorLink"
app:drawableTint="?android:attr/textColorLink"
@ -76,7 +76,7 @@
android:drawableEnd="@drawable/twotone_info_24"
android:drawablePadding="6dp"
android:drawableTint="?attr/colorWarning"
android:text="@string/title_pawned_remark"
android:text="@string/title_pwned_remark"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?attr/colorWarning"
android:textStyle="italic"

View File

@ -55,7 +55,7 @@
<item
android:id="@+id/menu_pwned"
android:title="@string/title_pawned"
android:title="@string/title_pwned"
app:showAsAction="never" />
</group>
</menu>

View File

@ -1961,8 +1961,8 @@
<string name="title_view_thread">View conversation</string>
<string name="title_force_sync">Force sync</string>
<string name="title_force_send">Force send</string>
<string name="title_pawned" translatable="false">Have I been pwned?</string>
<string name="title_pawned_remark">This will check the password, without sending it (using k-anonymization), and not the email address!</string>
<string name="title_pwned" translatable="false">Have I been pwned?</string>
<string name="title_pwned_remark">This will check the password, without sending it (using k-anonymization), and not the email address!</string>
<string name="title_language_all">All</string>