diff --git a/app/ring_groups/app_languages.php b/app/ring_groups/app_languages.php
index acd1315967..41e87e22f2 100644
--- a/app/ring_groups/app_languages.php
+++ b/app/ring_groups/app_languages.php
@@ -1,15 +1,15 @@
\n";
echo "
\n";
- echo " | ".$text['title']." | \n";
+ echo " ".$text['title-ring_groups']." | \n";
echo " | \n";
echo "
\n";
echo " \n";
diff --git a/app/ring_groups/ring_group_forward_edit.php b/app/ring_groups/ring_group_forward_edit.php
index d1c6181345..8fbfee03de 100644
--- a/app/ring_groups/ring_group_forward_edit.php
+++ b/app/ring_groups/ring_group_forward_edit.php
@@ -42,7 +42,7 @@ require_once "resources/check_auth.php";
//show the header
require_once "resources/header.php";
- //$document['title'] = $text['title-ring_group_forward'];
+ //$document['title-ring_groups'] = $text['title-ring_group_forward'];
//get the hunt_group_uuid
$ring_group_uuid = check_str($_REQUEST["id"]);
diff --git a/app/ring_groups/ring_groups.php b/app/ring_groups/ring_groups.php
index 87cf2538ce..ab9d772622 100644
--- a/app/ring_groups/ring_groups.php
+++ b/app/ring_groups/ring_groups.php
@@ -49,7 +49,7 @@ require_once "resources/paging.php";
//show the content
echo "\n";
echo " \n";
- echo " | ".$text['title']." | \n";
+ echo " ".$text['title-ring_groups']." | \n";
echo " | \n";
echo "
\n";
echo " \n";