mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-27 19:03:11 +01:00
Fix translation typo in sync level options
This commit is contained in:
parent
b2c5448cbf
commit
5cbbffb018
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const syncLevelOptions = [
|
|||
{
|
||||
key: ApplicationSyncLevel.AddOnly,
|
||||
get value() {
|
||||
return translate('AddOnly');
|
||||
return translate('AddRemoveOnly');
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue