diff --git a/dashboard/src/components/PortBindings.vue b/dashboard/src/components/PortBindings.vue index 3560345eb..9498919c8 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 }}