1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Update en strings

This commit is contained in:
Zhiyuan Zheng
2021-01-20 00:39:39 +01:00
parent 5a248716bf
commit 314bc31e32
57 changed files with 826 additions and 191 deletions

View File

@ -106,7 +106,7 @@ const GracefullyImage: React.FC<Props> = ({
}
return
} catch (error) {
if (__DEV__) console.warn('Image preview', error)
if (__DEV__) console.warn('Image', error)
}
}