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:
@@ -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>
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user