From b9c749b4b9e659f48429d954e0ef26711a9ddd16 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 13 Jan 2023 17:45:06 +0000 Subject: [PATCH] No colon --- webapp_create_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 8a7d602e9..e6a747ecd 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -776,7 +776,7 @@ def html_new_post(edit_post_params: {}, translate['Language used'] + '\n' replies_section += languages_dropdown buy_link_str = '🛒 ' + translate['Buy link'] - replies_section += edit_text_field(buy_link_str + ':', 'buySite', + replies_section += edit_text_field(buy_link_str, 'buySite', default_buy_site, 'https://...') replies_section += '\n'