|
4 | 4 |
|
5 | 5 | return [ |
6 | 6 | 'plugin' => [ |
7 | | - 'name' => 'VDLP Basic Authentication', |
8 | | - 'description' => 'VDLP basic authentication.', |
| 7 | + 'name' => 'Basic Authentication', |
| 8 | + 'description' => 'Allows users to manage Basic Authentication credentials for multiple hostnames and environments.', |
9 | 9 | ], |
10 | 10 | 'settings' => [ |
11 | | - 'label' => 'VDLP Basic Authentication', |
12 | | - 'description' => 'Setup for the VDLP basic authentication.', |
| 11 | + 'label' => 'Basic Authentication', |
| 12 | + 'description' => 'Manage Basic Authentication settings.', |
13 | 13 | ], |
14 | 14 | 'input' => [ |
15 | 15 | 'enabled_label' => 'Enabled', |
|
43 | 43 | ], |
44 | 44 | ], |
45 | 45 | 'excludedurls' => [ |
46 | | - 'label' => 'VDLP Basic Authentication Excluded Urls', |
47 | | - 'description' => 'Setup for the VDLP basic authentication.', |
| 46 | + 'label' => 'Basic Authentication Excluded URLs', |
| 47 | + 'description' => 'Setup for basic authentication.', |
48 | 48 | 'form' => [ |
49 | | - 'record_name_singular' => 'Excluded url', |
50 | | - 'record_name_plural' => 'Excluded urls', |
51 | | - 'create_title' => 'New excluded url', |
52 | | - 'edit_title' => 'Edit excluded url', |
| 49 | + 'record_name_singular' => 'Excluded URL', |
| 50 | + 'record_name_plural' => 'Excluded URLs', |
| 51 | + 'create_title' => 'New excluded URL', |
| 52 | + 'edit_title' => 'Edit excluded URL', |
53 | 53 | 'delete_confirm' => 'Are you sure?', |
54 | 54 | 'return_to_list' => 'Back to list', |
55 | 55 | ], |
56 | 56 | 'list' => [ |
57 | | - 'title' => 'Manage excluded urls', |
58 | | - 'create_button' => 'New excluded url', |
| 57 | + 'title' => 'Manage excluded URLs', |
| 58 | + 'create_button' => 'New excluded URL', |
59 | 59 | ], |
60 | 60 | ], |
61 | 61 | ]; |
0 commit comments