diff --git a/client/pages/account.vue b/client/pages/account.vue
index 66076cdb9..044f2c227 100644
--- a/client/pages/account.vue
+++ b/client/pages/account.vue
@@ -21,9 +21,9 @@
-
+
- Share Listening Activity
+ {{ $strings.ShareStats }}
info_outlined
diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue
index 8227aa26a..f9b370075 100644
--- a/client/pages/config/index.vue
+++ b/client/pages/config/index.vue
@@ -50,9 +50,9 @@
updateSettingsKey('sharedListeningStats', val)" />
-
+
- Shared Listening Stats
+ {{ $strings.EnableSharedStats}}
info_outlined
diff --git a/client/pages/social.vue b/client/pages/social.vue
index b8dcca757..a8973af5f 100644
--- a/client/pages/social.vue
+++ b/client/pages/social.vue
@@ -3,11 +3,11 @@
-
Social
+
{{ $strings.Social }}
-
+
- Share Listening Activity
+ {{ $strings.ShareStats }}
info_outlined
diff --git a/client/strings/en-us.json b/client/strings/en-us.json
index 9fd9aaed3..31fd5d9c0 100644
--- a/client/strings/en-us.json
+++ b/client/strings/en-us.json
@@ -460,6 +460,11 @@
"PlaceholderNewCollection": "New collection name",
"PlaceholderNewFolderPath": "New folder path",
"PlaceholderSearch": "Search..",
+ "EnableSharedStatsHelp": "Allow users to share latest listening activity with other users on an opt-in basis",
+ "EnableSharedStats": "Shared Listening Stats",
+ "ShareStatsHelp": "Share your latest listening activity with other users in the social tab",
+ "ShareStats": "Share Listening Activity",
+ "Social": "Social",
"ToastAccountUpdateFailed": "Failed to update account",
"ToastAccountUpdateSuccess": "Account updated",
"ToastAuthorImageRemoveFailed": "Failed to remove image",
@@ -526,4 +531,4 @@
"WeekdayThursday": "Thursday",
"WeekdayTuesday": "Tuesday",
"WeekdayWednesday": "Wednesday"
-}
\ No newline at end of file
+}