From c9cfcb5932a6bc80210312ed5f463843d6bf7286 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 9 Dec 2019 00:05:50 -0700 Subject: [PATCH] Update sql_query.php --- app/sql_query/sql_query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 " ";