mirror of
https://github.com/directus/directus.git
synced 2026-02-13 13:45:32 -05:00
Add global settings form (#303)
* Add settings store * Use brand variable in app.vue * wip * Add global settings form, refactor project error type * Fix codesmell
This commit is contained in:
@@ -67,6 +67,11 @@
|
||||
"page_not_found": "Page Not Found",
|
||||
"page_not_found_body": "The page you are looking for doesn't seem to exist.",
|
||||
|
||||
"setting_update_success": "Setting {setting} updated",
|
||||
"setting_update_failed": "Updating setting {setting} failed",
|
||||
"settings_update_success": "Settings updated",
|
||||
"settings_update_failed": "Updating settings failed",
|
||||
|
||||
"about_directus": "About Directus",
|
||||
"activity": "Activity",
|
||||
"activity_log": "Activity Log",
|
||||
|
||||
Reference in New Issue
Block a user