Skip to content

Commit c42e653

Browse files
Fix tip formatting
1 parent 46b3836 commit c42e653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MCMaps/Red Window/Views/Search/RedWindowSearchTips.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SwiftUI
99

1010
struct RedWindowSearchTips: View {
1111
private let tips: [LocalizedStringKey] = [
12-
"Use the `@{0,0} syntax to filter search results near a specific coordinate.",
12+
"Use the `@{0,0}` syntax to filter search results near a specific coordinate.",
1313
"Type the name of a tag to filter search results by that tag."
1414
]
1515

MCMaps/Resources/Localizable.xcstrings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
"Update World" : {
571571

572572
},
573-
"Use the `@{0,0} syntax to filter search results near a specific coordinate." : {
573+
"Use the `@{0,0}` syntax to filter search results near a specific coordinate." : {
574574

575575
},
576576
"Use the search bar to look through your pins, or to locate nearby structures and biomes." : {

0 commit comments

Comments
 (0)