mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-09 05:22:09 +02: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,
|
key: ApplicationSyncLevel.AddOnly,
|
||||||
get value() {
|
get value() {
|
||||||
return translate('AddOnly');
|
return translate('AddRemoveOnly');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue