Minor fixes

This commit is contained in:
Vojtěch Sajdl
2018-01-12 22:38:19 +01:00
parent c25e8bcae8
commit f310aac8b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ $classes = array("danger", "warning", "primary", "success" );
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );
$some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance"));
$all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational"));
$permissions = array(_("Super admin"), _("Admin"), _("Writer"));
$permissions = array(_("Super admin"), _("Admin"), _("Editor"));