Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit a88d853

Browse files
salman90Doğan Erişen
andauthored
Update 2-Authorization-I/1-call-graph/SPA/src/app/account-switch/account-switch.component.html
Update dialog title Co-authored-by: Doğan Erişen <v-derisen@microsoft.com>
1 parent 943ea4f commit a88d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-Authorization-I/1-call-graph/SPA/src/app/account-switch/account-switch.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2 mat-dialog-title>Pick An Account</h2>
1+
<h2 mat-dialog-title>Pick an account</h2>
22
<div mat-dialog-content>
33
<ul>
44
<li *ngFor="let account of data.accounts" mat-dialog-close (click)="switchAccount(account)" mat-dialog-close="true">

0 commit comments

Comments
 (0)