mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 23:32:12 +02:00
10 lines
243 B
PHP
10 lines
243 B
PHP
<?php
|
|
|
|
return [
|
|
'validation' => 'Indtast mindst tre tegn for at begynde at søge.',
|
|
'term' => [
|
|
'label' => 'Søgeord',
|
|
'description' => 'Indtast et servernavn, uuid eller allokering for at begynde at søge.',
|
|
],
|
|
];
|