Skip to content

Commit 47eae82

Browse files
committed
Update English translation messages
1 parent 70cd777 commit 47eae82

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

lang/en/lang.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
return [
66
'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.',
99
],
1010
'settings' => [
11-
'label' => 'VDLP Basic Authentication',
12-
'description' => 'Setup for the VDLP basic authentication.',
11+
'label' => 'Basic Authentication',
12+
'description' => 'Manage Basic Authentication settings.',
1313
],
1414
'input' => [
1515
'enabled_label' => 'Enabled',
@@ -43,19 +43,19 @@
4343
],
4444
],
4545
'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.',
4848
'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',
5353
'delete_confirm' => 'Are you sure?',
5454
'return_to_list' => 'Back to list',
5555
],
5656
'list' => [
57-
'title' => 'Manage excluded urls',
58-
'create_button' => 'New excluded url',
57+
'title' => 'Manage excluded URLs',
58+
'create_button' => 'New excluded URL',
5959
],
6060
],
6161
];

0 commit comments

Comments
 (0)