mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 14:16:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			247 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			247 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'validation' => 'Please enter at least three characters to begin searching.',
 | |
|     'term' => [
 | |
|         'label' => 'Search term',
 | |
|         'description' => 'Enter a server name, uuid, or allocation to begin searching.',
 | |
|     ],
 | |
| ];
 | 
