mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-01 13:17:08 +02:00
Small improvement
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user