mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
Use ${productName} in privacy policy window title
This commit is contained in:
parent
9d5dab22a8
commit
603d926856
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ const createPrivacyWindow = () => {
|
||||||
height: _windows.main.height * 0.8,
|
height: _windows.main.height * 0.8,
|
||||||
parent: _windows.main,
|
parent: _windows.main,
|
||||||
search: 'route=privacy',
|
search: 'route=privacy',
|
||||||
title: 'Scratch Desktop Privacy Policy'
|
title: `${productName} Privacy Policy`
|
||||||
});
|
});
|
||||||
return window;
|
return window;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue