diff options
author | George Rusu <george@tagg.id> | 2021-07-08 14:41:11 -0700 |
---|---|---|
committer | George Rusu <george@tagg.id> | 2021-07-08 14:41:11 -0700 |
commit | 882e76dbb14440b6d61f217682628a54f1071ebe (patch) | |
tree | 8c4f9b8ef10f19a339b18ded49feba2084c18125 /src | |
parent | a1d684b8543a46b0aa69cf3fc901f87e0c58f4ee (diff) |
Lint, update alert helper text
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 6b647716..7fef73db 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -25,7 +25,6 @@ import {TAGG_LIGHT_BLUE_2} from '../../constants'; import { ERROR_SOMETHING_WENT_WRONG_REFRESH, ERROR_UPLOAD, - SUCCESS_PIC_UPLOAD, } from '../../constants/strings'; import {MainStackParams} from '../../routes'; import { @@ -123,7 +122,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => { setTimeout(() => { if (isMediaAVideo) { Alert.alert( - 'Beautiful, the Moment was uploaded successfully! Refresh to see it!', + 'Beautiful, the Moment was uploaded successfully! Check back in a bit and refresh to see it!', ); } else { Alert.alert(''); |