net/relayd: simplify save button label

This commit is contained in:
Franco Fichtner
2019-02-27 00:44:15 +01:00
parent 89adfa7585
commit e91d44cb2b
@@ -229,7 +229,7 @@ POSSIBILITY OF SUCH DAMAGE.
<table class="table table-striped table-condensed table-responsive">
<tr>
<td>
<button class="btn btn-primary" id="btnSaveGeneral" type="button"><b>{{ lang._('Save changes') }}</b> <i id="btnSaveGeneralProgress"></i></button>
<button class="btn btn-primary" id="btnSaveGeneral" type="button"><b>{{ lang._('Save') }}</b> <i id="btnSaveGeneralProgress"></i></button>
</td>
</tr>
</table>