Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenya-DK committed Apr 3, 2024
2 parents 8fb8ee6 + b4e92b1 commit 4391e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Then type in `powershell` and hit enter
</details>

```bash
npm i # Install nodejs deps
npm run tauri build
pnpm i # Install nodejs deps
pnpm run tauri build
```
> For developers, you can also use yarn or pnpm if you prefer. (pnpm is the fastest package manager)
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const en = {
},
},
info: {
inactive: "Is importede but is inactive",
inactive: "Is imported but is inactive",
is_imported: "Is imported and is active",
is_not_imported: "Is not imported",
},
Expand Down

0 comments on commit 4391e44

Please sign in to comment.