From a8bc11628221c750c72a0b84c7c93133a8206e82 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 14 Jul 2023 09:09:21 +0700 Subject: [PATCH] Change "Disable analytics" to "Disable xCloud analytics" --- better-xcloud.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index a1fb3e8..e5bc339 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -79,7 +79,7 @@ class Preferences { { 'id': Preferences.BLOCK_TRACKING, - 'label': 'Disable analytics', + 'label': 'Disable xCloud analytics', 'default': false, },