mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Add missing "search" translations (#393)
This commit is contained in:
parent
42ecd2951d
commit
8ee5d6aabd
9
lang/en/search.php
Normal file
9
lang/en/search.php
Normal 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.',
|
||||||
|
],
|
||||||
|
];
|
Loading…
x
Reference in New Issue
Block a user