mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
New: Improved maintenance release wording
This commit is contained in:
parent
993c69530e
commit
e72431144b
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue