aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/userAgent-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/userAgent-helpers.ts')
-rw-r--r--src/helpers/userAgent-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/userAgent-helpers.ts b/src/helpers/userAgent-helpers.ts
index c1e8e02da..52568555c 100644
--- a/src/helpers/userAgent-helpers.ts
+++ b/src/helpers/userAgent-helpers.ts
@@ -28,7 +28,7 @@ function windows() {
28 28
29function linux() { 29function linux() {
30 const archString = is64Bit ? 'x86_64' : osArch; 30 const archString = is64Bit ? 'x86_64' : osArch;
31 return `X11; Ubuntu; Linux ${archString}`; 31 return `X11; Linux ${archString}`;
32} 32}
33 33
34export default function userAgent() { 34export default function userAgent() {