new static page links
This commit is contained in:
parent
d777eeeea1
commit
ee8584a2d5
10 changed files with 110 additions and 62 deletions
|
@ -22,6 +22,13 @@ return [
|
|||
'not_found' => 'That Page does not exist.',
|
||||
'update_error' => 'There was a problem updating this Page. Please try again.',
|
||||
],
|
||||
'licenses' => [
|
||||
'already_exists' => 'That License already exists. Please choose a different name.',
|
||||
'create_error' => 'There was a problem creating this License. Please try again.',
|
||||
'delete_error' => 'There was a problem deleting this License. Please try again.',
|
||||
'not_found' => 'That License does not exist.',
|
||||
'update_error' => 'There was a problem updating this License. Please try again.',
|
||||
],
|
||||
],
|
||||
'frontend' => [],
|
||||
];
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue