mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-05 23:30:56 +00:00
place space on correct side of colon
This commit is contained in:
parent
ec0296eb11
commit
c47f5f46f4
@ -43,7 +43,7 @@ Ext.define('Proxmox.node.ServiceView', {
|
||||
var sm = me.getSelectionModel();
|
||||
var rec = sm.getSelection()[0];
|
||||
var win = Ext.create('Ext.window.Window', {
|
||||
title: gettext('Syslog') + ' :' + rec.data.service,
|
||||
title: gettext('Syslog') + ': ' + rec.data.service,
|
||||
modal: true,
|
||||
items: {
|
||||
xtype: 'proxmoxLogView',
|
||||
|
Loading…
Reference in New Issue
Block a user