Skip to content

Commit ff06f70

Browse files
committed
Change terminology from Twitter to x.com
1 parent d47ac99 commit ff06f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,7 @@ def _html_edit_profile_twitter(base_dir: str, translate: {},
20692069
"""Edit twitter settings within profile
20702070
"""
20712071
# Twitter section
2072-
twitter_str = begin_edit_section(translate['Twitter'])
2072+
twitter_str = begin_edit_section(translate['Twitter'] + ' / x.com')
20732073
twitter_str += \
20742074
edit_check_box(translate['Remove Twitter posts'],
20752075
'removeTwitter', remove_twitter)

0 commit comments

Comments
 (0)