change 'shared' to 'public'

This commit is contained in:
Martina 2022-01-25 18:25:34 -08:00
parent 570957ef8e
commit 143a3de6c6

View File

@ -585,7 +585,7 @@ function ComboboxSlatesMenu({
index={suggestions.unapplied.length + 1}
onSelect={createPublicState}
>
create new shared tag {filterValue} (shows on your profile)
create new public tag {filterValue}
</ComboboxSlatesMenuButton>
</>
) : null}