From d05ae427027003c714911a2e253bba535c3c8749 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Fri, 9 Jul 2021 17:59:47 -0400 Subject: Add success msg back --- src/screens/profile/CaptionScreen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index acfe4900..62d2a4c7 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -30,6 +30,7 @@ import { ERROR_NO_MOMENT_CATEGORY, ERROR_SOMETHING_WENT_WRONG_REFRESH, ERROR_UPLOAD, + SUCCESS_PIC_UPLOAD, } from '../../constants/strings'; import * as RootNavigation from '../../RootNavigation'; import {MainStackParams} from '../../routes'; @@ -135,7 +136,7 @@ const CaptionScreen: React.FC = ({route, navigation}) => { 'Beautiful, the Moment was uploaded successfully! Check back in a bit and refresh to see it!', ); } else { - Alert.alert(''); + Alert.alert(SUCCESS_PIC_UPLOAD); } }, 500); } else { -- cgit v1.2.3-70-g09d2