Skip to content

Commit 499a990

Browse files
committed
oops typo
1 parent 7adbcb9 commit 499a990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kimis/Interface/Component/EmojiPicker/EmojiPicker+Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extension EmojiPickerView {
7777
.sorted(by: \.emoji)
7878
.map { EmojiElement(emoji: $0) }
7979
let section = EmojiSection(
80-
sectionTitle: key.isEmpty ? "Ungrounded" : key,
80+
sectionTitle: key.isEmpty ? "Ungrouped" : key,
8181
emojis: elements
8282
)
8383
dataSource.append(section)

0 commit comments

Comments
 (0)