Fixed: SemiPublic => SemiPrivate

This commit is contained in:
bakerboy448
2021-12-30 21:44:59 -06:00
committed by Qstick
parent c5b111530c
commit 66a6311dcc
6 changed files with 7 additions and 7 deletions

View File

@@ -62,8 +62,8 @@ const privacyLevels = [
value: translate('Private')
},
{
key: 'semiPublic',
value: translate('SemiPublic')
key: 'semiPrivate',
value: translate('SemiPrivate')
},
{
key: 'public',