mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02: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.',
|
|
],
|
|
];
|