diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index d17eda51..6593c573 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -1397,8 +1397,8 @@ function RelatedActions({ > {endorsed - ? "Don't feature on profile" - : 'Feature on profile'} + ? t`Don't feature on profile` + : t`Feature on profile`} )} {showEndorsements && diff --git a/src/locales/en.po b/src/locales/en.po index 24048745..c18c667a 100644 --- a/src/locales/en.po +++ b/src/locales/en.po @@ -309,6 +309,15 @@ msgstr "Unable to unfeature @{username} on your profile." msgid "Unable to feature @{username} on your profile." msgstr "Unable to feature @{username} on your profile." +#: src/components/account-info.jsx:1400 +msgid "Don't feature on profile" +msgstr "Don't feature on profile" + +#: src/components/account-info.jsx:1401 +#: src/pages/hashtag.jsx:331 +msgid "Feature on profile" +msgstr "" + #: src/components/account-info.jsx:1410 msgid "Show featured profiles" msgstr "Show featured profiles" @@ -3188,10 +3197,6 @@ msgstr "" msgid "Featured on profile" msgstr "" -#: src/pages/hashtag.jsx:331 -msgid "Feature on profile" -msgstr "" - #: src/pages/hashtag.jsx:396 msgid "{TOTAL_TAGS_LIMIT, plural, other {Max # tags}}" msgstr ""