Skip to content

Commit da6de88

Browse files
EvanHahn-Signaljosh-signal
authored andcommitted
Fix sticker creator window title
1 parent 55091ed commit da6de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ async function showStickerCreator() {
709709
width: 800,
710710
minWidth: 800,
711711
height: 650,
712-
title: locale.messages.signalDesktopStickerCreator,
712+
title: locale.messages.signalDesktopStickerCreator.message,
713713
autoHideMenuBar: true,
714714
backgroundColor: '#3a76f0',
715715
show: false,

0 commit comments

Comments
 (0)