summaryrefslogtreecommitdiff
path: root/includes/external/pair
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/pair')
-rw-r--r--includes/external/pair/reference.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/external/pair/reference.js b/includes/external/pair/reference.js
index 16d1653..9b7b61e 100644
--- a/includes/external/pair/reference.js
+++ b/includes/external/pair/reference.js
@@ -21,7 +21,7 @@ ws.on('message', (raw) => {
// Note: future implementations can read 'data.version' to get the protocol version (as an integer)
ws.send(JSON.stringify({
type: "init",
- name: "Cold Haze pairing reference client" // Replace this with the name of your application
+ name: "Ponycule pairing reference client" // Replace this with the name of your application
// The 'name' value must be a string between 2 and 50 characters, additional requirements might get
// added in future protocol versions.
}));