Skip to content

Commit

Permalink
Merge pull request #16 from ljreaux/main
Browse files Browse the repository at this point in the history
Checking Update on Windows
  • Loading branch information
ljreaux authored Oct 11, 2024
2 parents a707b18 + 7995cad commit 743c603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"productName": "MeadTools",
"mainBinaryName": "MeadTools",
"version": "0.0.6",
"version": "0.0.7",
"identifier": "meadtools",
"app": {
"windows": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/Account/LocalRecipes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function LocalRecipes({
variant={"secondary"}
onClick={() => addHydrometerData(recipe)}
>
{t("desktop.manual")}
{t("desktop.openHydro")}
</Button>
</PopoverContent>
</Popover>
Expand Down

0 comments on commit 743c603

Please sign in to comment.