New: Improved Maintenance Release Wording
This commit is contained in:
parent
b0773ae7e3
commit
f3b94f86ff
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue