New: Improved maintenance release wording

pull/5629/head
bakerboy448 2 years ago committed by GitHub
parent 993c69530e
commit e72431144b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save