Skip to content

Commit

Permalink
Merge pull request #148 from openeuropa/EWPP-4012
Browse files Browse the repository at this point in the history
EWPP-4012: Update Twitter to X.
  • Loading branch information
upchuk authored Apr 15, 2024
2 parents 4bfa76c + 33e5d4a commit 3a82919
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langcode: en
status: true
dependencies: { }
id: twitter
label: 'Custom Twitter'
label: 'Custom X'
social_network: twitter
url: 'https://twitter.com/EU_commission'
weight: -9
2 changes: 1 addition & 1 deletion src/Entity/FooterLinkSocial.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FooterLinkSocial extends FooterLinkGeneral implements FooterLinkSocialInte
'pinterest' => 'Pinterest',
'rss' => 'RSS',
'skype' => 'Skype',
'twitter' => 'Twitter',
'twitter' => 'X',
'youtube' => 'YouTube',
];

Expand Down
2 changes: 1 addition & 1 deletion tests/features/corporate-blocks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Feature: Corporate blocks feature
| Custom Contact | https://commission.europa.eu/contact_en |
| Custom Legal notice | https://commission.europa.eu/legal-notice_en |
| Custom Facebook | https://www.facebook.com/EuropeanCommission |
| Custom Twitter | https://twitter.com/EU_commission |
| Custom X | https://twitter.com/EU_commission |
| Custom Other social media | https://european-union.europa.eu/contact-eu/social-media-channels_en |

Examples:
Expand Down
2 changes: 1 addition & 1 deletion tests/features/custom-footer-settings.feature
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Feature: Site specific footer links management.
| Pinterest |
| RSS |
| Skype |
| Twitter |
| X |
| YouTube |
When I fill in "Label" with "00000 Instagram"
And I fill in "Machine-readable name" with "00000_instagram"
Expand Down

0 comments on commit 3a82919

Please sign in to comment.