Fix translation typo in sync level options

This commit is contained in:
Bogdan 2023-08-05 14:05:50 +03:00
parent b2c5448cbf
commit 5cbbffb018

View file

@ -41,7 +41,7 @@ const syncLevelOptions = [
{
key: ApplicationSyncLevel.AddOnly,
get value() {
return translate('AddOnly');
return translate('AddRemoveOnly');
},
},
{