Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/cms/lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
'description' => 'IP addresses that are permitted to view the site while maintenance mode is active',
'prompt' => 'Add an IP Address',
'ip' => 'IP address',
'label' => 'Description'
]
'label' => 'Description',
],
],
'page' => [
'not_found_name' => "The page ':name' is not found",
Expand Down
4 changes: 2 additions & 2 deletions modules/system/lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
'remove_confirm' => 'Are you sure you want to remove the selected plugins? This will remove all associated data as well.',
'remove_success' => 'Successfully removed the selected plugins.',
'replace' => [
'multi_install_error' => 'Replacing multiple plugins is currently unsupported'
]
'multi_install_error' => 'Replacing multiple plugins is currently unsupported',
],
],
'project' => [
'name' => 'Project',
Expand Down