Skip to content

Commit f13a064

Browse files
committed
ui: distinguish display name as property in Shortcuts
1 parent 5955c46 commit f13a064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sushitrain/Intents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ struct FolderEntity: AppEntity, Equatable {
368368
return lhs.id == rhs.id
369369
}
370370

371-
@Property(title: "Name")
371+
@Property(title: "Display name")
372372
var name: String
373373

374374
@Property(title: "URL")

0 commit comments

Comments
 (0)