diff --git a/lang/en/admin/webhook.php b/lang/en/admin/webhook.php index 9af58d75c..69eff348b 100644 --- a/lang/en/admin/webhook.php +++ b/lang/en/admin/webhook.php @@ -6,7 +6,6 @@ return [ 'model_label_plural' => 'Webhooks', 'endpoint' => 'Endpoint', 'description' => 'Description', - 'events' => 'Events', 'no_webhooks' => 'No Webhooks', '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}}.', @@ -38,7 +37,6 @@ return [ 'thumbnail' => 'Thumbnail URL', 'embeds' => 'Embeds', 'thread_name' => 'Forum Thread Name', - 'flags' => 'Flags', 'allowed_mentions' => 'Allowed Mentions', 'roles' => 'Roles', 'users' => 'Users',