diff --git a/app/sql_query/sql_query.php b/app/sql_query/sql_query.php index aa723f8f1e..0ae26a6c2a 100644 --- a/app/sql_query/sql_query.php +++ b/app/sql_query/sql_query.php @@ -67,7 +67,7 @@ //show the header require_once "resources/header.php"; - $document['title'] = $text['title-command']; + $document['title'] = $text['title-sql_query']; //pdo database connection require_once "sql_query_pdo.php"; @@ -169,7 +169,7 @@ echo ""; echo " "; echo " "; echo "
"; - echo " ".$text['label-sql_query']."\n"; + echo " ".$text['title-sql_query']."\n"; echo " ";