corrected a grammatical issue, changing have to with
This commit is contained in:
parent
4ff87201a3
commit
44a87240d5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ var ErrorDisplayWidget = Class.extend({
|
|||
|
||||
var publicationsText = (responseData.pubsWithNoJournals > 1) ? "publications" : "publication";
|
||||
|
||||
newErrorMessage += "<li>" + responseData.pubsWithNoJournals + " " + publicationsText + " have no journal"
|
||||
newErrorMessage += "<li>" + responseData.pubsWithNoJournals + " " + publicationsText + " with no journal"
|
||||
+ " information.</li>"
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue