Skip to content

Commit

Permalink
added better error message when adding a new disease with no text
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Feb 17, 2016
1 parent 117dc4b commit 81c4dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fhh.js
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ function add_disease() {
disease_detail = new_disease_name;

} else {
alert ($.t("disease_name_enter"));
alert ($.t("fhh_js.disease_name_enter"));
return;
}
}
Expand Down

0 comments on commit 81c4dbf

Please sign in to comment.