Skip to content

Commit 642c8b2

Browse files
fix: rename envelope age title
1 parent 21cd87d commit 642c8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/views/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Retention Policy</h2>
4848
{{end}}
4949
{{if not (eq .RetentionPolicy.EnvelopeAge nil)}}
5050
<tr>
51-
<th scope="row"><strong>Total Envelope Age</strong></th>
51+
<th scope="row"><strong>Maximum Envelope Age</strong></th>
5252
<td>{{.RetentionPolicy.EnvelopeAge}}</td>
5353
</tr>
5454
{{end}}

0 commit comments

Comments
 (0)