Skip to content

Commit b4bab42

Browse files
dadachiclaude
andcommitted
Clarify Shop list card tag labels as item tags
Rename "completed tags" / "all tags" to "completed item tags" / "all item tags" to align with the Number Tag → Item Tag terminology rename. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e65811e commit b4bab42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NativeAppTemplate/UI/Shop List/ShopListCardView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct ShopListCardView: View {
2727
.foregroundStyle(.secondaryText)
2828
Text(String(shop.completedItemTagsCount))
2929
.font(.uiLabelBold)
30-
Text(verbatim: "completed tags")
30+
Text(verbatim: "completed item tags")
3131
.font(.uiFootnote)
3232
.foregroundStyle(.contentText)
3333
}
@@ -38,7 +38,7 @@ struct ShopListCardView: View {
3838
.foregroundStyle(.secondaryText)
3939
Text(String(shop.itemTagsCount))
4040
.font(.uiLabelBold)
41-
Text(verbatim: "all tags")
41+
Text(verbatim: "all item tags")
4242
.font(.uiFootnote)
4343
.foregroundStyle(.contentText)
4444
}

0 commit comments

Comments
 (0)