Removed <i> which would be shown in plain text

This commit is contained in:
2018-09-12 11:27:11 +02:00
parent 37b4403931
commit f32229ee98
+1 -1
View File
@@ -14267,7 +14267,7 @@ void show_forgot_pwd_page(LOGBOOK * lbs)
rsprintf("</body></html>\n");
return;
} else {
sprintf(str, loc("Error sending Email via <i>\"%s\"</i>"), smtp_host);
sprintf(str, loc("Error sending Email via \"%s\""), smtp_host);
strlcat(str, ": ", sizeof(str));
strlcat(str, error, sizeof(str));
show_error(str);