mirror of https://gitlab.com/bashrc2/epicyon
Icon title is buy
parent
dd299c636e
commit
43cc11806b
|
@ -1844,13 +1844,9 @@ def _get_buy_footer(buy_links: {}, translate: {}) -> str:
|
|||
if not buy_links:
|
||||
return ''
|
||||
icon_filename = 'buy.png'
|
||||
description = ''
|
||||
description = translate['Buy']
|
||||
buy_str = ''
|
||||
for buy_title, buy_url in buy_links.items():
|
||||
if buy_title:
|
||||
description = buy_title
|
||||
else:
|
||||
description = translate['Buy']
|
||||
buy_str = \
|
||||
' ' + \
|
||||
'<a class="imageAnchor" href="' + buy_url + \
|
||||
|
|
Loading…
Reference in New Issue