honeybadger-io/honeybadger-laravel

View on GitHub
resources/lang/en/feedback.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'thanks' => 'Thanks for the feedback!',
    'heading' => 'Care to help us fix this?',
    'explanation' => 'Any information you can provide will help our technical team get to the bottom of this issue.',
    'labels' => [
        'name' => 'Your name',
        'phone' => 'Your phone number',
        'email' => 'Your email address',
        'comment' => 'Comment (required)',
    ],
    'submit' => 'Send',
];