Boy132 96ec2eb3c2
Small translation fixes (#1006)
* display_name_help: replace location with node

* cpu_helper: 100% is one thread, not core

* remove unnecessary "create_action" translation

* nobody saw anything
2025-02-13 21:50:23 +01:00

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