mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Small improvement
This commit is contained in:
parent
c5a4f7f05b
commit
8c1d8fb21a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue