Skip to content

Commit

Permalink
Update MapScreen.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Stronkness authored Nov 9, 2023
1 parent a472c99 commit 535de13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/maps/MapScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function MapScreen({ navigation }: mapNavigation) {
{isImageLoaded ? null : (
<View style={styles.loadingContainer}>
<ActivityIndicator size="large" color={Colors.white} />
<ArkadText text="Loading..." style={styles.loadingText} />
<ArkadText text="Loading map ..." style={styles.loadingText} />
</View>
)}
<ArkadButton
Expand Down

0 comments on commit 535de13

Please sign in to comment.