Change terminology from Twitter to x.com

main
Bob Mottram 2025-02-18 20:19:11 +00:00
parent d47ac999da
commit ff06f70cf4
1 changed files with 1 additions and 1 deletions

View File

@ -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'])
twitter_str = begin_edit_section(translate['Twitter'] + ' / x.com')
twitter_str += \
edit_check_box(translate['Remove Twitter posts'],
'removeTwitter', remove_twitter)