From 8c5fefe6d84b9b072f157618d3575b23c4ed2f51 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 21 Jun 2024 09:23:48 -0400 Subject: [PATCH] Adding regex info for block_urls. - Fixes #137 --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 8092de1..46efaed 100644 --- a/translations/en.json +++ b/translations/en.json @@ -629,7 +629,7 @@ "post_hidden": "Post hidden", "post_unhidden": "Post unhidden", "block_urls": "Block URLs", - "block_urls_placeholder": "Put your blocked URLs here, one URL per line.", + "block_urls_placeholder": "Put your blocked URLs here, one URL per line. Regex strings work also, IE *.example.com", "content_warning": "Content Warning", "sending_back_message": "Alright 👍. Sending you back in {{seconds}}.", "continue": "Continue",