gui: Rename 'global changes' to 'recent changes' (fixes #4326)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4479
This commit is contained in:
nelsonkhan 2017-11-03 07:09:10 +00:00 committed by Jakob Borg
parent 3f85f719de
commit 9245d22f16
2 changed files with 2 additions and 2 deletions

View File

@ -676,7 +676,7 @@
<div class="form-group">
<span class="pull-right">
<button type="button" class="btn btn-sm btn-default" ng-click="globalChanges()">
<span class="fa fa-fw fa-history"></span>&nbsp;<span translate>Global Changes</span>
<span class="fa fa-fw fa-info-circle"></span>&nbsp;<span translate>Recent Changes</span>
</button>
<button type="button" class="btn btn-sm btn-default" ng-click="addDevice()">
<span class="fa fa-plus"></span>&nbsp;<span translate>Add Remote Device</span>

View File

@ -1,5 +1,5 @@
<style> th, td { padding: 6px; } </style>
<modal id="globalChanges" status="default" icon="{{'history'}}" heading="{{'Global Changes' | translate}}" large="yes" closeable="yes">
<modal id="globalChanges" status="default" icon="{{'info-circle'}}" heading="{{'Recent Changes' | translate}}" large="yes" closeable="yes">
<div class="modal-body">
<table>
<thead>