1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

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
2 changed files with 2 additions and 2 deletions

View File

@@ -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>
}
{

View File

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