Remove excess l10n related markups (#2544)
* Remove excess l10n related markups * One more correction pointed out by quiple
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
|
||||
name="Profile"
|
||||
getComponent={() => ProfileScreen}
|
||||
options={({route}) => ({
|
||||
title: title(msg`@${route.params.name}`),
|
||||
title: bskyTitle(`@${route.params.name}`, unreadCountLabel),
|
||||
animation: 'none',
|
||||
})}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user