Skip to content

Commit bc70bc2

Browse files
committed
Aligning language used in the social banner with English-version.
1 parent df64b14 commit bc70bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beta/src/components/SocialBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {ExternalLink} from './ExternalLink';
1010
// Turning this off also requires changing the Page top value to pull up the sidebar.
1111
const bannerText = 'Поддержите Украину 🇺🇦';
1212
const bannerLink = 'https://opensource.fb.com/support-ukraine';
13-
const bannerLinkText = 'Помогите с гуманитарной помощью Украине. Россияне, не молчите! Нет войне!';
13+
const bannerLinkText = 'Помогите с гуманитарной помощью Украине.';
1414

1515
export default function SocialBanner() {
1616
return (

src/components/SocialBanner/SocialBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const linkProps = {
1616
};
1717

1818
const bannerText = 'Поддержите Украину 🇺🇦 ';
19-
const bannerLink = 'Помогите с гуманитарной помощью Украине. Россияне, не молчите! Нет войне!';
19+
const bannerLink = 'Помогите с гуманитарной помощью Украине.';
2020

2121
export default function SocialBanner() {
2222
return (

0 commit comments

Comments
 (0)