From 398a97fcec6a830d9174e302965ea3a3c3e4787a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 17 Jan 2023 18:49:02 +0000 Subject: [PATCH] Remove unicode icon --- 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 bcb559003..6eb814714 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -775,7 +775,7 @@ def html_new_post(edit_post_params: {}, ' \n' replies_section += languages_dropdown - buy_link_str = '🛒 ' + translate['Buy link'] + buy_link_str = translate['Buy link'] replies_section += edit_text_field(buy_link_str, 'buyUrl', default_buy_site, 'https://...') replies_section += '\n'