diff --git a/TMT/TMT/Resource/en.lproj/InfoPlist.strings b/TMT/TMT/Resource/en.lproj/InfoPlist.strings
index 2d87a12..a3b4539 100644
--- a/TMT/TMT/Resource/en.lproj/InfoPlist.strings
+++ b/TMT/TMT/Resource/en.lproj/InfoPlist.strings
@@ -5,4 +5,4 @@
// Created by Choi Minkyeong on 12/3/24.
//
-NSLocationWhenInUseUsageDescription = "We need your location to provide bus route information.";
+NSLocationWhenInUseUsageDescription = "It is required to display your location.";
diff --git a/TMT/TMT/en.lproj/Info.plist b/TMT/TMT/en.lproj/Info.plist
index c5fcc15..5a221ed 100644
--- a/TMT/TMT/en.lproj/Info.plist
+++ b/TMT/TMT/en.lproj/Info.plist
@@ -19,7 +19,7 @@
UIImageName
LaunchLogo
- NSLocationWhenInUseUsageDescription
- We need your location to provide bus route information.
+ NSLocationWhenInUseUsageDescription
+ It is required to display your location.
diff --git a/TMT/TMT/ko.lproj/Info.plist b/TMT/TMT/ko.lproj/Info.plist
index c5fcc15..5a221ed 100644
--- a/TMT/TMT/ko.lproj/Info.plist
+++ b/TMT/TMT/ko.lproj/Info.plist
@@ -19,7 +19,7 @@
UIImageName
LaunchLogo
- NSLocationWhenInUseUsageDescription
- We need your location to provide bus route information.
+ NSLocationWhenInUseUsageDescription
+ It is required to display your location.
diff --git a/TMT/TMTWidget/TMTWidgetLiveActivity.swift b/TMT/TMTWidget/TMTWidgetLiveActivity.swift
index b3cd0c5..a30f74f 100644
--- a/TMT/TMTWidget/TMTWidgetLiveActivity.swift
+++ b/TMT/TMTWidget/TMTWidgetLiveActivity.swift
@@ -162,6 +162,7 @@ struct BusJourneyLiveActivity: Widget {
Image("LeadingLogo")
.resizable()
.frame(width: 23, height: 23)
+ .padding(.horizontal, 2)
} compactTrailing: { // MARK: Compact Trailing
Image("TrailingSmall")
.resizable()