diff --git a/locales/en-US/app.ftl b/locales/en-US/app.ftl
index 721d2ab5ac..9475a20d4c 100644
--- a/locales/en-US/app.ftl
+++ b/locales/en-US/app.ftl
@@ -377,8 +377,8 @@ Home--record-instructions =
keyboard shortcuts. The icon is blue when a profile is recording.
Hit Capture to load the data into profiler.firefox.com.
-Home--instructions-content =
- Recording performance profiles requires { -firefox-brand-name }.
+Home--instructions-content2 =
+ Recording performance profiles requires { -firefox-brand-name } for desktop.
However, existing profiles can be viewed in any modern browser.
Home--fenix-instructions-directly =
diff --git a/src/components/app/Home.tsx b/src/components/app/Home.tsx
index 0b2250fe5d..b3df5dea00 100644
--- a/src/components/app/Home.tsx
+++ b/src/components/app/Home.tsx
@@ -230,7 +230,6 @@ type PopupInstallPhase =
class HomeImpl extends React.PureComponent {
constructor(props: HomeProps) {
super(props);
- // Start by suggesting that we install the add-on.
let popupInstallPhase = 'other-browser';
if (_isFirefox()) {
@@ -570,16 +569,15 @@ class HomeImpl extends React.PureComponent {
,
+ a: ,
}}
>
Recording performance profiles requires{' '}
- Firefox
- . However, existing profiles can be viewed in any modern
- browser.
+ Firefox for desktop. However, existing profiles can be
+ viewed in any modern browser.