Skip to content

Commit

Permalink
ui: Replace "Admin UI" with "DB Console" on login
Browse files Browse the repository at this point in the history
Changed a few remaining instances of "Admin UI" to "DB Console" that
were spotted on the login page.

Release note (ui change): Change copy that referred to the app as "Admin
UI" to "DB Console" instead
  • Loading branch information
Nathan Stilwell committed Mar 29, 2021
1 parent 3941029 commit fdc86d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/ui/src/views/login/loginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class LoginPage extends React.Component<Props> {
<section className="section login-page__form">
<div className="form-container">
<Text textType={TextTypes.Heading2}>
Log in to the Admin UI
Log in to the DB Console
</Text>
{this.renderError()}
<PasswordLoginForm {...this.props} />
Expand All @@ -171,8 +171,8 @@ export class LoginPage extends React.Component<Props> {
</section>
<section className="section login-page__info">
<Text textType={TextTypes.Heading3}>
A user with a password is required to log in to the Admin UI on
secure clusters.
A user with a password is required to log in to the DB Console
on secure clusters.
</Text>
<Text textType={TextTypes.Heading5}>
Create a user with this SQL command:
Expand Down

0 comments on commit fdc86d9

Please sign in to comment.