4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-15 05:36:37 +00:00

Update Mastodon webhook terminology to match Mastodon's language.

This commit is contained in:
Buster Neece 2023-11-14 08:16:30 -06:00
parent b5ef6ea08e
commit 89ecb7db27
No known key found for this signature in database

View File

@ -129,7 +129,7 @@ const visibilityOptions = computed(() => {
value: 'unlisted',
},
{
text: $gettext('Private'),
text: $gettext('Followers Only'),
value: 'private',
}
];