1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 07:42:52 +00:00

Small improvement

This commit is contained in:
M66B 2024-12-08 15:33:03 +01:00
parent c5a4f7f05b
commit 8c1d8fb21a

View file

@ -770,7 +770,7 @@ public class EntityRule {
} else {
EntityAnswer answer = db.answer().getAnswer(aid);
if (answer == null)
throw new IllegalArgumentException("Template not found");
throw new IllegalArgumentException(context.getString(R.string.title_rule_answer_missing));
}
return;
case TYPE_TTS: