mirror of https://gitlab.com/bashrc2/epicyon
Change terminology from Twitter to x.com
parent
ff06f70cf4
commit
639fcaccd7
|
@ -2069,7 +2069,7 @@ def _html_edit_profile_twitter(base_dir: str, translate: {},
|
|||
"""Edit twitter settings within profile
|
||||
"""
|
||||
# Twitter section
|
||||
twitter_str = begin_edit_section(translate['Twitter'] + ' / x.com')
|
||||
twitter_str = begin_edit_section('x.com / ' + translate['Twitter'])
|
||||
twitter_str += \
|
||||
edit_check_box(translate['Remove Twitter posts'],
|
||||
'removeTwitter', remove_twitter)
|
||||
|
|
Loading…
Reference in New Issue