mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 14:36:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'validation' => 'Indtast mindst tre tegn for at begynde at søge.',
 | |
|     'term' => [
 | |
|         'label' => 'Søgeord',
 | |
|         'description' => 'Indtast et servernavn, uuid eller allokering for at begynde at søge.',
 | |
|     ],
 | |
| ];
 | 
