diff --git a/locales/en-US/app.ftl b/locales/en-US/app.ftl
index f180592bf0..bf659b368c 100644
--- a/locales/en-US/app.ftl
+++ b/locales/en-US/app.ftl
@@ -276,7 +276,7 @@ Home--profiler-motto = Capture a performance profile. Analyze it. Share it. Make
Home--additional-content-title = Load existing profiles
Home--additional-content-content = You can drag and drop a profile file here to load it, or:
Home--compare-recordings-info = You can also compare recordings. Open the comparing interface.
-Home--recent-uploaded-recordings-title = Recent uploaded recordings
+Home--your-recent-uploaded-recordings-title = Your recent uploaded recordings
## IdleSearchField
## The component that is used for all the search inputs in the application.
@@ -305,9 +305,9 @@ ListOfPublishedProfiles--published-profiles-delete-button-disabled = Delete
ListOfPublishedProfiles--uploaded-profile-information-list-empty = No profile has been uploaded yet!
-# This string is used below the 'Recent uploaded recordings' list section.
+# This string is used below the 'Your recent uploaded recordings' list section.
# Variables:
-# $profilesRestCount (Number) - Remaining numbers of the uploaded profiles which are not listed under 'Recent uploaded recordings'.
+# $profilesRestCount (Number) - Remaining numbers of the uploaded profiles which are not listed under 'Your recent uploaded recordings'.
ListOfPublishedProfiles--uploaded-profile-information-label = See and manage all your recordings ({ $profilesRestCount } more)
# Depending on the number of uploaded profiles, the message is different.
diff --git a/src/components/app/Home.js b/src/components/app/Home.js
index 372abbfa1e..492c82e1ef 100644
--- a/src/components/app/Home.js
+++ b/src/components/app/Home.js
@@ -534,8 +534,8 @@ class HomeImpl extends React.PureComponent {
{/* Recent recordings: right column */}
-
- Recent uploaded recordings
+
+ Your recent uploaded recordings
diff --git a/src/test/components/__snapshots__/Home.test.js.snap b/src/test/components/__snapshots__/Home.test.js.snap
index c4f0321a8f..ca6d33c35f 100644
--- a/src/test/components/__snapshots__/Home.test.js.snap
+++ b/src/test/components/__snapshots__/Home.test.js.snap
@@ -154,7 +154,7 @@ profile in Firefox, then analyze it and share it with profiler.firefox.com
- Recent uploaded recordings
+ Your recent uploaded recordings
- Recent uploaded recordings
+ Your recent uploaded recordings