Add missing "search" translations (#393)

This commit is contained in:
Boy132 2024-06-15 14:46:10 +02:00 committed by GitHub
parent 42ecd2951d
commit 8ee5d6aabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
lang/en/search.php Normal file
View File

@ -0,0 +1,9 @@
<?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.',
],
];