From 559f743ce21342e90bae12a02770f0792894512a Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 21 Mar 2021 12:59:08 +0100 Subject: [PATCH] nodes/voc.pretalx: no localized strings in website_check_string --- nodes/voc/pretalx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index 9af6ec4..84adc33 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -42,7 +42,7 @@ nodes['voc.pretalx'] = { }, 'extras': True, 'website_check_path': '/orga/login/', - 'website_check_string': 'Sign in :: pretalx', + 'website_check_string': ':: pretalx', }, }, },