fix opening info button

This commit is contained in:
ThatOneCalculator 2023-05-08 16:26:36 -07:00
parent 1cd775797d
commit c6d997bd11
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "14.0.0-dev6",
"version": "14.0.0-dev7",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -26,7 +26,7 @@ export function openHelpMenu_(ev: MouseEvent) {
},
{
type: "button",
text: i18n.ts._apps.apps,
text: i18n.ts.apps,
icon: "ph-device-mobile ph-bold ph-lg",
action: () => {
window.open("https://calckey.org/", "_blank");