Skip to content

Commit

Permalink
fix: typo in button (#167)
Browse files Browse the repository at this point in the history
Fixed typo in the word Synchronize
  • Loading branch information
Plasma authored Sep 7, 2021
1 parent 50db38e commit ffc75a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/aws-sso/aws-sso.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1><a (click)="goBack()" class="back-link"><i class="fa fa-arrow-left"></i></a>

<ng-container *ngIf="isAwsSsoActive">
<button class="button pull-left disabled" (click)="logout()">Logout</button>
<button class="button pull-right" (click)="forceSync()">Syncronize</button>
<button class="button pull-right" (click)="forceSync()">Synchronize</button>
</ng-container>

</ng-container>
Expand Down

0 comments on commit ffc75a6

Please sign in to comment.