Updated text

This commit is contained in:
M66B 2019-05-12 12:15:51 +02:00
parent dcc7a7e82b
commit d67f4af6a9
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@
android:excludeFromRecents="true"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/app_search"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat.Translucent">

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name" translatable="false">FairEmail</string>
<string name="app_copyright" translatable="false">Copyright &#x24B8; 20182019 by M. Bokhorst</string>
<string name="app_search">Search email</string>
<string name="app_changelog">Changelog</string>
<string name="app_welcome">FairEmail is an open source email app focused on privacy and security. For this reason some features might work differently from what you are used to.</string>
<string name="app_limitations">For example, messages will always be reformatted to remove unsafe elements and to improve readability and opening links needs to be confirmed for safety.</string>