mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04: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…
Add table
Add a link
Reference in a new issue