this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add `Trans` to string (#9981)

authored by

Samuel Newman and committed by
GitHub
d247a656 a95b877e

+3 -1
+3 -1
src/screens/Settings/LanguageSettings.tsx
··· 202 202 onPress={contentLanguagePrefsControl.open}> 203 203 <Toggle.Panel adjacent="leading"> 204 204 <Toggle.PanelIcon icon={PlusIcon} /> 205 - <Toggle.PanelText>Add more languages…</Toggle.PanelText> 205 + <Toggle.PanelText> 206 + <Trans>Add more languages…</Trans> 207 + </Toggle.PanelText> 206 208 </Toggle.Panel> 207 209 </Button> 208 210 </Toggle.PanelGroup>