From 97cf6e5fb96dbb8c3815af8bbda7a5f250473ac1 Mon Sep 17 00:00:00 2001
From: Martin <martin.vanes@surf.nl>
Date: Tue, 6 Jul 2021 16:22:04 +0200
Subject: [PATCH] Rename profiles to Scenarios

---
 modules/customauth/templates/authenticate.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/customauth/templates/authenticate.tpl.php b/modules/customauth/templates/authenticate.tpl.php
index fd29cc7..e741997 100644
--- a/modules/customauth/templates/authenticate.tpl.php
+++ b/modules/customauth/templates/authenticate.tpl.php
@@ -21,7 +21,7 @@
     <p class="logintext">A service has requested you to authenticate yourself. <br>Please select a profile and optionally which attributes to release from the information below.</p>
 
     <form method="post" action="?">
-   <p><hr/><b>Choose User profile</b></p>
+   <p><hr/><b>Choose Test Scenario</b></p>
   <div style="float:left; margin-right: 10px">
   <select name=username size=5 style='width: 250px;'>
 <?php
-- 
GitLab