Fix sticker creator window title

This commit is contained in:
Evan Hahn 2020-12-16 12:01:50 -06:00 committed by Josh Perez
parent 55091edefa
commit da6de88866
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ async function showStickerCreator() {
width: 800,
minWidth: 800,
height: 650,
title: locale.messages.signalDesktopStickerCreator,
title: locale.messages.signalDesktopStickerCreator.message,
autoHideMenuBar: true,
backgroundColor: '#3a76f0',
show: false,