We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae47e53 commit 37ee26bCopy full SHA for 37ee26b
NativeAppTemplate/UI/Shop List/ShopListView.swift
@@ -136,7 +136,7 @@ private extension ShopListView {
136
HStack(alignment: .firstTextBaseline) {
137
Text(String(leftInShopSlots))
138
.font(.uiLabelBold)
139
- Text(verbatim: "left in shop slots(across all organizations).")
+ Text(verbatim: "left in shop slots.")
140
.font(.uiFootnote)
141
}
142
0 commit comments