[Privoxy-commits] [privoxy] 42/48: Improve the message shown when the client-tags CGI page is requested with no tags configued
User Git
git at git.privoxy.org
Thu Dec 17 14:18:18 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit b9806a317e5ebb2de178414a7622011a406e42ff
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 17 09:57:03 2020 +0100
Improve the message shown when the client-tags CGI page is requested with no tags configued
---
cgisimple.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cgisimple.c b/cgisimple.c
index 31030343..5099a579 100644
--- a/cgisimple.c
+++ b/cgisimple.c
@@ -362,7 +362,7 @@ jb_err cgi_show_client_tags(struct client_state *csp,
this_tag = csp->config->client_tags;
if (this_tag->name == NULL)
{
- client_tag_status = strdup_or_die("<p>No tags available.</p>\n");
+ client_tag_status = strdup_or_die("<p>No tags have been configured.</p>\n");
}
else
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list