Skip to content

Commit

Permalink
Fix the tab title for Floor Map
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu committed Sep 11, 2023
1 parent 53e7633 commit c34e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/Navigation/RootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public struct RootView: View {
.tag(Tab.floorMap)
.tabItem {
Label {
Text("FloorMap")
Text("Floor Map")
} icon: {
if selection == .floorMap {
Assets.Icons.floorMap.swiftUIImage
Expand Down

0 comments on commit c34e961

Please sign in to comment.