Merge pull request #1231 from AudriusButkevicius/text

Rename "Last File Synced" to "Last File Received" (fixes #1145)
This commit is contained in:
Jakob Borg 2015-01-10 17:43:06 +01:00
commit 8824b9d68f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<td class="text-right">{{sharesFolder(folder)}}</td>
</tr>
<tr ng-if="folderStats[folder.ID].LastFile">
<th><span class="glyphicon glyphicon-transfer"></span>&emsp;<span translate>Last File Synced</span></th>
<th><span class="glyphicon glyphicon-transfer"></span>&emsp;<span translate>Last File Received</span></th>
<td class="text-right">
<span title="{{folderStats[folder.ID].LastFile.Filename}} @ {{folderStats[folder.ID].LastFile.At | date:'yyyy-MM-dd HH:mm'}}">
{{folderStats[folder.ID].LastFile.Filename | basename}}