diff --git a/build/app/package.json b/build/app/package.json index e9986c8..d33340c 100644 --- a/build/app/package.json +++ b/build/app/package.json @@ -1,7 +1,7 @@ { "name": "slashboard", "productName": "Slashboard", - "version": "1.1.2", + "version": "1.2.0", "description": "Electron app to monitor personal server statuses in real time", "main": "./dist/main/main.js", "author": { diff --git a/src/renderer/components/ContextMessages.tsx b/src/renderer/components/ContextMessages.tsx index eeb1ddb..8f19ba0 100644 --- a/src/renderer/components/ContextMessages.tsx +++ b/src/renderer/components/ContextMessages.tsx @@ -106,8 +106,8 @@ const InvalidKey = () => { pairing key is invalid and needs to be updated.

- Try retrieving the pairing key from the key.txt file in Pulsar's - root directory, then changing it on the client. + Try retrieving the pairing key from the configuration file in + Pulsar's root directory, then changing it on the client.