Module: tools Branch: master Commit: 1e47e977f81405a3a149d4f9e653aeb228e48c8f URL: https://source.winehq.org/git/tools.git/?a=commit;h=1e47e977f81405a3a149d4f9...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Mar 2 17:01:22 2022 +0100
testbot/web: Tweak the wording of the new account link.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 14cf4bd..3c93dd8 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($$)