2024-06-15 14:46:10 +02:00

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.',
],
];