We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adbcb9 commit 499a990Copy full SHA for 499a990
Kimis/Interface/Component/EmojiPicker/EmojiPicker+Data.swift
@@ -77,7 +77,7 @@ extension EmojiPickerView {
77
.sorted(by: \.emoji)
78
.map { EmojiElement(emoji: $0) }
79
let section = EmojiSection(
80
- sectionTitle: key.isEmpty ? "Ungrounded" : key,
+ sectionTitle: key.isEmpty ? "Ungrouped" : key,
81
emojis: elements
82
)
83
dataSource.append(section)
0 commit comments