Add missing message

This commit is contained in:
Skylar Ittner 2018-05-05 20:12:48 -06:00
parent c1f257952e
commit f1189490fa
2 changed files with 5 additions and 0 deletions

View File

@ -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",

View File

@ -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"