Update frontend/src/App/AppUpdatedModalContent.js
Co-authored-by: Mark McDowall <markus.mcd5@gmail.com>
This commit is contained in:
parent
f3b94f86ff
commit
6b8244223c
|
@ -76,7 +76,7 @@ function AppUpdatedModalContent(props) {
|
||||||
<div>
|
<div>
|
||||||
{
|
{
|
||||||
!update.changes &&
|
!update.changes &&
|
||||||
<div className={styles.maintenance}>Maintenance Release: See Github Commit History for the technical details.</div>
|
<div className={styles.maintenance}>Maintenance Release: See GitHub commit history for details.</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue