Add missing message

master
Skylar Ittner 6 years ago
parent c1f257952e
commit f1189490fa

@ -39,6 +39,7 @@ define("STRINGS", [
"url" => "URL",
"adding site" => "Creating site {site}",
"editing site" => "Editing {site}",
"settings saved" => "Settings saved",
"theme type" => "Theme type",
"single page" => "Single page",
"multiple page" => "Multiple page",

@ -17,6 +17,10 @@ define("MESSAGES", [
"string" => "page not found",
"type" => "info"
],
"settings_saved" => [
"string" => "settings saved",
"type" => "success"
],
"page_added" => [
"string" => "page added",
"type" => "success"

Loading…
Cancel
Save