"Waiting for router..." is misleading on non-router devices. Use "Waiting for changes to be applied..." instead.

This commit is contained in:
Daniel Golle 2012-11-26 11:07:11 +00:00
parent 68e9458ae0
commit d07036b59c

View file

@ -38,6 +38,6 @@
//]]></script>
<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" />
<span id="cbi-apply-<%=id%>-status"><%:Waiting for router...%></span>
<span id="cbi-apply-<%=id%>-status"><%:Waiting for changes to be applied...%></span>
</fieldset>
<%- end) %>