Skip to content

Commit

Permalink
modify the words
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeiwoye committed Sep 26, 2017
1 parent 0ca8637 commit c40d53f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions static/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</a>
<a href="javascript:void(0);" class="button register-button" (click)="switchTab('register')">
<div class="active" *ngIf="registerBox"></div>
<span>Join</span>
<span>Create</span>
</a>
</div>
<div class="content">
Expand All @@ -32,7 +32,7 @@ <h6>Login to your account</h6>
</p>
</div>
<div class="register-box" *ngIf="registerBox" [@tabRight]>
<h6>Create a account</h6>
<h6>Create an identity</h6>
<div class="form-box">
<input type="text" class="text-input input-border-bottom" (keyup.enter)="register($event)" [focus]="registerBox" [(ngModel)]="alias"
placeholder="Input Your Alias">
Expand Down
4 changes: 2 additions & 2 deletions static/src/components/userlist/userlist.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container" style="padding:0">
<p class="d-flex justify-content-end">
<button type="button" class="btn btn-primary" (click)="openAdd(addBox)">Join</button>
<button type="button" class="btn btn-primary" (click)="openAdd(addBox)">create identity</button>
</p>
</div>
<div class="container">
Expand Down Expand Up @@ -32,7 +32,7 @@ <h3 class="not-found" *ngIf="userlist?.length <= 0">
<ng-template #addBox let-c="close">
<div class="pop-dialog" [@bounceIn]>
<div class="modal-header">
<h4 class="modal-title">New Master</h4>
<h4 class="modal-title">Create Identity</h4>
<button type="button" class="close" aria-label="Close" (click)="c(false)">
<span aria-hidden="true">&times;</span>
</button>
Expand Down

0 comments on commit c40d53f

Please sign in to comment.