Skip to content

Commit

Permalink
update text for state channel login
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Jun 24, 2019
1 parent 2dadb10 commit 3e42393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup/pages/stateChannelLogin/stateChannelLoginView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export interface Props {
export const StateChannelLoginView: React.SFC<Props> = (props) => (
<View orientation="column" fluid={true}>
<View orientation="column" className="part gradient">
<AccountLogoHeader title="Login State Channel" />
<AccountLogoHeader title="Login State Channel Client" />
<View content={true} className="spread-around">
<View>You are about to login a state channel.</View>
<View>You are about to login a state channel client.</View>
</View>
</View>
<View orientation="column" fluid={true} content={true}>
Expand Down

0 comments on commit 3e42393

Please sign in to comment.