New: Improved Maintenance Release Wording

This commit is contained in:
Bakerboy448 2023-04-30 12:32:47 -05:00
parent b0773ae7e3
commit f3b94f86ff
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 the technical 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 the technical details.</div>
} }
{ {