This commit is contained in:
Jakob Borg 2023-05-23 16:06:11 +02:00
parent 73184e550a
commit c5c9b4a7f6

View File

@ -852,7 +852,7 @@
<th><span class="fas fa-fw fa-random"></span>&nbsp;<span translate>Multiple Connections</span></th>
<td class="text-right">
<span>
1 + {{connections[deviceCfg.deviceID].secondary.length}}
1 + {{connections[deviceCfg.deviceID].secondary.length | alwaysNumber}}
</span>
</td>
</tr>