aboutsummaryrefslogtreecommitdiff
path: root/Map/Business
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Business')
-rw-r--r--Map/Business/Stage.swift4
1 files changed, 3 insertions, 1 deletions
diff --git a/Map/Business/Stage.swift b/Map/Business/Stage.swift
index 4f737a1..4a1b834 100644
--- a/Map/Business/Stage.swift
+++ b/Map/Business/Stage.swift
@@ -12,6 +12,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see https://map.tranquil.systems.
+import SwiftUI
+
struct Stage {
let i: String
let ii: String
@@ -125,7 +127,7 @@ struct Stage {
}
}
- static func title(_ type: StageType) -> String {
+ static func title(_ type: StageType) -> LocalizedStringKey {
switch type {
case .general:
return "Activities"