Skip to content

Commit

Permalink
style(install): Change wording of button to cancel index synchronizat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
gtandersen committed Apr 29, 2024
1 parent 0b4be05 commit 5b4a3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h3 class="noMessageSelectedNotification">No Message Selected</h3>
<mat-list>
<mat-list-item>
<button mat-raised-button (click)="downloadIndexFromServer()" matTooltip="Synchronize index with your device" color="primary" [disabled]="searchService.indexDownloadingInProgress">OK!</button>
<button mat-raised-button (click)="cancelOrRefuseLocalIndex()" matTooltip="{{ searchService.indexDownloadingInProgress ? 'Cancel Download' : 'Do not synchronize index'}}" data-cy="cancel-button" color="warn">Later</button>
<button mat-raised-button (click)="cancelOrRefuseLocalIndex()" matTooltip="{{ searchService.indexDownloadingInProgress ? 'Cancel Download' : 'Do not synchronize index'}}" data-cy="cancel-button" color="warn">Cancel</button>
</mat-list-item>
</mat-list>
</div>
Expand Down

0 comments on commit 5b4a3df

Please sign in to comment.