diff --git a/apps/account_security.php b/apps/account_security.php index 4a7fba1..ad28f31 100644 --- a/apps/account_security.php +++ b/apps/account_security.php @@ -8,7 +8,12 @@ addMultiLangStrings(["en_us" => [ ]); $APPS["account_security"]["i18n"] = TRUE; $APPS["account_security"]["title"] = "account security"; -$APPS["account_security"]["icon"] = "key"; -$content = "

" . lang("manage security description", false) . '

' . lang("manage account security", false) . ''; +$APPS["account_security"]["icon"] = "lock"; +$content = "

" + . lang("manage security description", false) + . '

' + . '' + . lang("manage account security", false) + . ''; $APPS["account_security"]["content"] = $content; ?> \ No newline at end of file