Remove duplicate translation entries (#1812)

This commit is contained in:
Charles 2025-10-14 06:58:33 -04:00 committed by GitHub
parent d587cf3ee5
commit a65469b33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@ return [
'model_label_plural' => 'Webhooks', 'model_label_plural' => 'Webhooks',
'endpoint' => 'Endpoint', 'endpoint' => 'Endpoint',
'description' => 'Description', 'description' => 'Description',
'events' => 'Events',
'no_webhooks' => 'No Webhooks', 'no_webhooks' => 'No Webhooks',
'help' => 'Help', 'help' => 'Help',
'help_text' => 'You have to wrap variable name in between {{ }} for example if you want to get the name from the api you can use {{name}}.', 'help_text' => 'You have to wrap variable name in between {{ }} for example if you want to get the name from the api you can use {{name}}.',
@ -38,7 +37,6 @@ return [
'thumbnail' => 'Thumbnail URL', 'thumbnail' => 'Thumbnail URL',
'embeds' => 'Embeds', 'embeds' => 'Embeds',
'thread_name' => 'Forum Thread Name', 'thread_name' => 'Forum Thread Name',
'flags' => 'Flags',
'allowed_mentions' => 'Allowed Mentions', 'allowed_mentions' => 'Allowed Mentions',
'roles' => 'Roles', 'roles' => 'Roles',
'users' => 'Users', 'users' => 'Users',