mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 12:14:45 +02:00

* display_name_help: replace location with node * cpu_helper: 100% is one thread, not core * remove unnecessary "create_action" translation * nobody saw anything
16 lines
348 B
PHP
16 lines
348 B
PHP
<?php
|
|
|
|
return [
|
|
'nav_title' => 'Webhooks',
|
|
'model_label' => 'Webhook',
|
|
'model_label_plural' => 'Webhooks',
|
|
'endpoint' => 'Endpoint',
|
|
'description' => 'Description',
|
|
'events' => 'Events',
|
|
'no_webhooks' => 'No Webhooks',
|
|
'table' => [
|
|
'description' => 'Description',
|
|
'endpoint' => 'Endpoint',
|
|
],
|
|
];
|