diff --git a/app/(tabs)/map.tsx b/app/(tabs)/map.tsx
index ada35f7..efeb638 100644
--- a/app/(tabs)/map.tsx
+++ b/app/(tabs)/map.tsx
@@ -156,7 +156,7 @@ export default function MapScreen() {
}
}, []);
- // 現在地に戻るボタン
+ // 全体を表示ボタン
const handleReturnToCurrentLocation = useCallback(() => {
if (!mapRef.current) return;
if (Platform.OS !== "web") {
@@ -551,7 +551,7 @@ export default function MapScreen() {
onPress={handleReturnToCurrentLocation}
activeOpacity={0.8}
>
- 現在地に戻る
+ 全体を表示
)}