gui: Tweak wording (fixes #3769)

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3796
This commit is contained in:
Han Boetes 2016-12-09 17:16:29 +00:00 committed by Jakob Borg
parent a9b03de99a
commit f6a2b6252a
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@
</td>
</tr>
<tr ng-if="folder.type != 'readonly' && folderStats[folder.id].lastFile && folderStats[folder.id].lastFile.filename">
<th><span class="fa fa-fw fa-exchange"></span>&nbsp;<span translate>Last File Received</span></th>
<th><span class="fa fa-fw fa-exchange"></span>&nbsp;<span translate>Latest Change</span></th>
<td class="text-right">
<span tooltip data-original-title="{{folderStats[folder.id].lastFile.filename}} @ {{folderStats[folder.id].lastFile.at | date:'yyyy-MM-dd HH:mm:ss'}}">
<span translate ng-if="!folderStats[folder.id].lastFile.deleted">Updated</span>