Skip to content
Snippets Groups Projects
Commit 007c9762 authored by Bob Mottram's avatar Bob Mottram
Browse files

Confirm if whitelist is disabled

parent c7300a44
No related branches found
No related tags found
No related merge requests found
......@@ -787,7 +787,10 @@ function pleroma_whitelist {
if [ "$domain_list" ]; then
dialog --title $"Pleroma Whitelist" \
--msgbox $"You are now only federating with the whitelisted domains" 6 70
--msgbox $"\\nYou are now only federating with the whitelisted domains" 8 60
else
dialog --title $"Pleroma Whitelist" \
--msgbox $"\\nWhitelist is disabled" 8 40
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment