Skip to content

Commit e25b78c

Browse files
committed
portion of pizza eaten
1 parent b1fd0c3 commit e25b78c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/demo-app/a11y/progress-spinner/progress-spinner-a11y.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ <h2>Loading indicator (Indeterminate progress spinner)</h2>
55
</section>
66

77
<section>
8-
<h2>Portion of completion (Determinate progress spinner) </h2>
8+
<h2>Portion of pizza eaten (Determinate progress spinner) </h2>
99
<md-progress-spinner [strokeWidth]="1" color="primary"
10-
[value]="portionValue" aria-label="Portion complete">
10+
[value]="portionValue" aria-label="Portion of pizza eaten">
1111
</md-progress-spinner>
1212
<md-progress-spinner color="warn" [value]="portionValue"
13-
aria-label="Portion complete">
13+
aria-label="Portion of pizza eaten">
1414
</md-progress-spinner>
1515

1616
</section>

0 commit comments

Comments
 (0)