Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Add missing space before severity
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Mar 16, 2016
1 parent ab84d1c commit 34ee9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ $(function () {
}else{
groupMarkersCount = groupsData[firstMemberIndex].quantity;
groupSeverityString = SEVERITY_MAP[groupsData[firstMemberIndex].severity];
marker.setTitle( groupMarkersCount + " " + marker.view.getTitle("multiple") + " חומרה מירבית:" + groupSeverityString);
marker.setTitle( groupMarkersCount + " " + marker.view.getTitle("multiple") + " חומרה מירבית: " + groupSeverityString);
}
},this);
this.groupsData = groupsData;
Expand Down

0 comments on commit 34ee9b8

Please sign in to comment.