[tools] testbot/web: Tweak the wording of the new account link.

Francois Gouget fgouget at codeweavers.com
Wed Mar 2 10:01:22 CST 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Login.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Login.pl b/testbot/web/Login.pl
index 14cf4bda85..3c93dd869d 100644
--- a/testbot/web/Login.pl
+++ b/testbot/web/Login.pl
@@ -57,7 +57,7 @@ sub GetFooterText($)
   #my ($self) = @_;
   return defined($LDAPServer) ? "" :
          "<a href='ForgotPassword.pl'>I forgot my password</a><br>\n" .
-         "<a href='Register.pl'>I want to register an account</a>";
+         "<a href='Register.pl'>I want to create an account</a>";
 }
 
 sub GetInputType($$)
-- 
2.30.2



More information about the wine-devel mailing list