From 235015bd241b6f9a80b3761ce44d8aea463ef164 Mon Sep 17 00:00:00 2001 From: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> Date: Sat, 19 Nov 2022 22:53:11 +0000 Subject: [PATCH] Rename Invite Websocket setting to Rich Presence (#257) --- assets/lang/en-US.json | 4 ++-- src/settings/settings.html | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/lang/en-US.json b/assets/lang/en-US.json index 094cd29..371e7c1 100644 --- a/assets/lang/en-US.json +++ b/assets/lang/en-US.json @@ -32,8 +32,8 @@ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.", "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.", "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! Only client mod\n available to run alongside with it is Cordwood. It's run by community, so you take all the risk by\n using it.", - "settings-invitewebsocket": "Invite Websocket", - "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.", + "settings-invitewebsocket": "Rich Presence (Experimental)", + "settings-invitewebsocket-desc": "Uses arRPC to support Discord RPC (Rich Presence) with local programs on your machine. Work in progress.", "settings-altPaste": "Alternative Paste", "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.", "settings-mod": "Client mod", diff --git a/src/settings/settings.html b/src/settings/settings.html index 603d2cd..7e6fd4a 100644 --- a/src/settings/settings.html +++ b/src/settings/settings.html @@ -62,12 +62,11 @@
- +

- When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your - browser, ArmCord will automatically accept the invite. Can be unresponsive at times. + Uses arRPC to support Discord RPC (Rich Presence) with local programs on your machine. Work in progress.