softwareupdate: Slight rewording of "current versions" information
This commit is contained in:
parent
7ae83a4031
commit
51cc994610
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<td class="settings_plugin_softwareupdate_column_information">
|
||||
<strong data-bind="text: displayName"></strong>: <span data-bind="text: displayVersion"></span><br>
|
||||
<small class="muted">
|
||||
{{ _('Local:') }} <span data-bind="text: information.local.name"></span><br>
|
||||
{{ _('Remote:') }} <span data-bind="text: information.remote.name"></span>
|
||||
{{ _('Installed:') }} <span data-bind="text: information.local.name"></span><br>
|
||||
{{ _('Available:') }} <span data-bind="text: information.remote.name"></span>
|
||||
</small>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue