diff --git a/dashboard/src/components/PortBindings.vue b/dashboard/src/components/PortBindings.vue index d82bc8af7..5735a5d05 100644 --- a/dashboard/src/components/PortBindings.vue +++ b/dashboard/src/components/PortBindings.vue @@ -14,7 +14,7 @@ const udpPorts = defineModel('udp');
- {{ port.description + '. ' + (port.portCount >=1 ? (port.portCount + ' ports. ') : '') }} + {{ port.description + '. ' + (port.portCount > 1 ? (port.portCount + ' ports. ') : '') }} {{ $t('appstore.installDialog.portReadOnly') }} Port already taken {{ port }}