mirror of https://gitlab.com/bashrc2/epicyon
Remove unicode icon
parent
0a368beacb
commit
398a97fcec
|
@ -775,7 +775,7 @@ def html_new_post(edit_post_params: {},
|
|||
' <label class="labels">' + \
|
||||
translate['Language used'] + '</label>\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 += '</div>\n'
|
||||
|
|
Loading…
Reference in New Issue