mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Prepare for production release
This commit is contained in:
@@ -213,11 +213,11 @@ const sharedScreens = (
|
||||
}
|
||||
}: SharedUsersProp) => ({
|
||||
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />,
|
||||
headerTitle: t(`sharedUsers:heading.${reference}.${type}`, { count }),
|
||||
headerTitle: t(`shared.users.${reference}.${type}`, { count }),
|
||||
...(Platform.OS === 'android' && {
|
||||
headerCenter: () => (
|
||||
<HeaderCenter
|
||||
content={t(`sharedUsers:heading.${reference}.${type}`, { count })}
|
||||
content={t(`shared.users.${reference}.${type}`, { count })}
|
||||
/>
|
||||
)
|
||||
})
|
||||
|
Reference in New Issue
Block a user