mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try out clean Crowdin source strings
This commit is contained in:
@ -14,7 +14,7 @@ import { TFunction } from 'react-i18next'
|
||||
export interface Params {
|
||||
navigationRef: React.RefObject<NavigationContainerRef>
|
||||
mode: 'light' | 'dark'
|
||||
t: TFunction<'common'>
|
||||
t: TFunction<'screens'>
|
||||
instances: Instance[]
|
||||
dispatch: Dispatch<any>
|
||||
}
|
||||
@ -48,8 +48,8 @@ const pushUseConnect = ({
|
||||
mode,
|
||||
type: 'error',
|
||||
duration: 'long',
|
||||
message: t('meSettingsPush:error.message'),
|
||||
description: t('meSettingsPush:error.description'),
|
||||
message: t('pushError.message'),
|
||||
description: t('pushError.description'),
|
||||
onPress: () => {
|
||||
navigationRef.current?.navigate('Screen-Tabs', {
|
||||
screen: 'Tab-Me',
|
||||
|
Reference in New Issue
Block a user