mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 15:31:19 +02:00
fix applicationupdate filename typo
fix onapplicationupdate translate typo
This commit is contained in:
parent
2c24f7ca04
commit
4ebcbc28aa
2 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class Notification extends Component {
|
|||
{
|
||||
supportsOnApplicationUpdate && onApplicationUpdate ?
|
||||
<Label kind={kinds.SUCCESS}>
|
||||
{translate('onApplicationUpdate')}
|
||||
{translate('OnApplicationUpdate')}
|
||||
</Label> :
|
||||
null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue