mirror of https://gitlab.com/bashrc2/epicyon
Fix unit test
parent
6bf4e26ea8
commit
00b47b218b
|
@ -1822,6 +1822,8 @@ def _get_copyright_footer(content_license_url: str,
|
|||
elif '/fdl' in content_license_url:
|
||||
icon_filename = 'license_fdl.png'
|
||||
|
||||
description = 'Content License'
|
||||
if translate.get('Content License'):
|
||||
description = translate['Content License']
|
||||
copyright_str = \
|
||||
' ' + \
|
||||
|
|
Loading…
Reference in New Issue