Skip to content

Commit 373c5f7

Browse files
committed
Update Emoji Dropzone Text
1 parent 3152f8b commit 373c5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ function _pcRenderGrid() {
23272327
if (atCap) {
23282328
label.textContent = `Maximum ${PC_MAX_EMOJIS} reached`;
23292329
} else if (_pc.emojis.length === 0) {
2330-
label.textContent = 'Upload your first Emoji!';
2330+
label.textContent = 'Upload Emoji';
23312331
} else {
23322332
label.textContent = 'Upload Emoji';
23332333
}

0 commit comments

Comments
 (0)