diff --git a/res/values/strings.xml b/res/values/strings.xml index b6e5bc7cd..2f39425a4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -582,9 +582,9 @@ Before setting up this email account, visit the T-Online website and create a password for POP3 email access. - - Corporate - + + Exchange + Microsoft Exchange ActiveSync diff --git a/res/xml/authenticator_eas.xml b/res/xml/authenticator_eas.xml index aaad04814..d1f3a952d 100644 --- a/res/xml/authenticator_eas.xml +++ b/res/xml/authenticator_eas.xml @@ -24,6 +24,6 @@ android:accountType="@string/account_manager_type_exchange" android:icon="@mipmap/ic_launcher_mail" android:smallIcon="@drawable/ic_notification_mail_24dp" - android:label="@string/exchange_name" + android:label="@string/exchange_eas_name" android:accountPreferences="@xml/account_preferences" /> diff --git a/res/xml/authenticator_legacy_eas.xml b/res/xml/authenticator_legacy_eas.xml index f138f65e3..424cf90be 100644 --- a/res/xml/authenticator_legacy_eas.xml +++ b/res/xml/authenticator_legacy_eas.xml @@ -24,6 +24,6 @@ android:accountType="com.android.exchange" android:icon="@mipmap/ic_launcher_mail" android:smallIcon="@drawable/ic_notification_mail_24dp" - android:label="@string/exchange_name" + android:label="@string/exchange_eas_name" android:accountPreferences="@xml/account_preferences" /> diff --git a/res/xml/authenticator_legacy_email.xml b/res/xml/authenticator_legacy_email.xml index db15300cf..5f1b2122f 100644 --- a/res/xml/authenticator_legacy_email.xml +++ b/res/xml/authenticator_legacy_email.xml @@ -24,6 +24,6 @@ android:accountType="com.android.email" android:icon="@mipmap/ic_launcher_mail" android:smallIcon="@drawable/ic_notification_mail_24dp" - android:label="@string/exchange_name" + android:label="@string/exchange_eas_name" android:accountPreferences="@xml/account_preferences" />