changing wording of message

This commit is contained in:
Jared Tabor 2017-08-07 16:44:01 -07:00
parent a40f81c327
commit 09082c8bea

View File

@ -1,3 +1,3 @@
<textarea ng-hide="no_json" id="HostEvent-codemirror" class="HostEvent-codemirror">
</textarea>
<div ng-if="no_json" class="HostEvent-noJson" translate>This module did not return any JSON</div>
<div ng-if="no_json" class="HostEvent-noJson" translate>No JSON data returned by the module</div>