Improved MX error message

This commit is contained in:
M66B 2024-01-27 18:02:03 +01:00
parent 56120c4307
commit cd13d372c8
1 changed files with 1 additions and 1 deletions

View File

@ -7309,7 +7309,7 @@ public class FragmentCompose extends FragmentBase {
checkMx(acc, context);
checkMx(abcc, context);
} catch (UnknownHostException ex) {
args.putString("mx_error", ex.getMessage());
args.putString("mx_error", context.getString(R.string.title_no_server, ex.getMessage()));
}
} catch (Throwable ignored) {
}