Remove unicode icon

main
Bob Mottram 2023-01-17 18:49:02 +00:00
parent 0a368beacb
commit 398a97fcec
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ def html_new_post(edit_post_params: {},
' <label class="labels">' + \ ' <label class="labels">' + \
translate['Language used'] + '</label>\n' translate['Language used'] + '</label>\n'
replies_section += languages_dropdown 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', replies_section += edit_text_field(buy_link_str, 'buyUrl',
default_buy_site, 'https://...') default_buy_site, 'https://...')
replies_section += '</div>\n' replies_section += '</div>\n'