Skip to content

Commit 38f987c

Browse files
committed
Login page text updates
- Remove a residual from the bot repo Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
1 parent a6d423f commit 38f987c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/#/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Login: React.FunctionComponent = () => {
8484
isRememberMeChecked={isRememberMeChecked}
8585
onChangeRememberMe={onRememberMeClick}
8686
onLoginButtonClick={onLoginButtonClick}
87-
loginButtonLabel="Log in"
87+
loginButtonLabel="Login"
8888
/>
8989
);
9090

@@ -95,7 +95,7 @@ const Login: React.FunctionComponent = () => {
9595
brandImgAlt="InstructLab logo"
9696
backgroundImgSrc="/#-bg.svg"
9797
footerListItems={listItem}
98-
textContent="Instruct Lab Bot Infrastructure"
98+
textContent="InstructLab Taxonomy Submissions"
9999
loginTitle="Login Securely with Github OAuth"
100100
loginSubtitle="Local Account"
101101
socialMediaLoginContent={socialMediaLoginContent}

0 commit comments

Comments
 (0)