New: Improved maintenance release wording

This commit is contained in:
bakerboy448 2023-05-07 20:58:56 -05:00 committed by GitHub
parent 993c69530e
commit e72431144b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ function AppUpdatedModalContent(props) {
<div> <div>
{ {
!update.changes && !update.changes &&
<div className={styles.maintenance}>Maintenance release</div> <div className={styles.maintenance}>Maintenance Release: See GitHub commit history for details.</div>
} }
{ {

View File

@ -181,7 +181,7 @@ class Updates extends Component {
{ {
!hasChanges && !hasChanges &&
<div>Maintenance release</div> <div>Maintenance Release: See GitHub commit history for details.</div>
} }
{ {