1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

fix applicationupdate filename typo

fix onapplicationupdate translate typo
This commit is contained in:
bakerboy448 2021-12-21 17:49:38 -06:00 committed by Qstick
parent 2c24f7ca04
commit 4ebcbc28aa
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Notification extends Component {
{
supportsOnApplicationUpdate && onApplicationUpdate ?
<Label kind={kinds.SUCCESS}>
{translate('onApplicationUpdate')}
{translate('OnApplicationUpdate')}
</Label> :
null
}