mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 00:56:37 +01:00
Fix translation typo in sync level options
This commit is contained in:
@@ -41,7 +41,7 @@ const syncLevelOptions = [
|
||||
{
|
||||
key: ApplicationSyncLevel.AddOnly,
|
||||
get value() {
|
||||
return translate('AddOnly');
|
||||
return translate('AddRemoveOnly');
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user