ui: fix typo in options
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
		
				
					committed by
					
						
						Thomas Lamprecht
					
				
			
			
				
	
			
			
			
						parent
						
							227f36497a
						
					
				
				
					commit
					3f6c2efb8d
				
			@ -42,7 +42,7 @@ Ext.define('PBS.Datastore.Options', {
 | 
			
		||||
    rows: {
 | 
			
		||||
	"notify": {
 | 
			
		||||
	    required: true,
 | 
			
		||||
	    header: gettext('Notfiy'),
 | 
			
		||||
	    header: gettext('Notify'),
 | 
			
		||||
	    renderer: (value) => {
 | 
			
		||||
		let notify = PBS.Utils.parsePropertyString(value);
 | 
			
		||||
		let res = [];
 | 
			
		||||
@ -59,7 +59,7 @@ Ext.define('PBS.Datastore.Options', {
 | 
			
		||||
	"notify-user": {
 | 
			
		||||
	    required: true,
 | 
			
		||||
	    defaultValue: 'root@pam',
 | 
			
		||||
	    header: gettext('Notfiy User'),
 | 
			
		||||
	    header: gettext('Notify User'),
 | 
			
		||||
	    editor: {
 | 
			
		||||
		xtype: 'pbsNotifyOptionEdit',
 | 
			
		||||
	    },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user