Add missing message
This commit is contained in:
parent
c1f257952e
commit
f1189490fa
@ -39,6 +39,7 @@ define("STRINGS", [
|
|||||||
"url" => "URL",
|
"url" => "URL",
|
||||||
"adding site" => "Creating site {site}",
|
"adding site" => "Creating site {site}",
|
||||||
"editing site" => "Editing {site}",
|
"editing site" => "Editing {site}",
|
||||||
|
"settings saved" => "Settings saved",
|
||||||
"theme type" => "Theme type",
|
"theme type" => "Theme type",
|
||||||
"single page" => "Single page",
|
"single page" => "Single page",
|
||||||
"multiple page" => "Multiple page",
|
"multiple page" => "Multiple page",
|
||||||
|
@ -17,6 +17,10 @@ define("MESSAGES", [
|
|||||||
"string" => "page not found",
|
"string" => "page not found",
|
||||||
"type" => "info"
|
"type" => "info"
|
||||||
],
|
],
|
||||||
|
"settings_saved" => [
|
||||||
|
"string" => "settings saved",
|
||||||
|
"type" => "success"
|
||||||
|
],
|
||||||
"page_added" => [
|
"page_added" => [
|
||||||
"string" => "page added",
|
"string" => "page added",
|
||||||
"type" => "success"
|
"type" => "success"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user