Skip to content

Commit b4ff9dd

Browse files
committed
rephrase
1 parent 21a6360 commit b4ff9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu-bar/tw-news.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const newsAppliesToUser = () => /android/i.test(navigator.userAgent);
1212
const NewsBody = () => (
1313
<div className={styles.text}>
1414
{/* eslint-disable-next-line max-len */}
15-
{`The ${APP_NAME} app in the Google Play Store is illegitimate and outdated. If you were misled into installing it, leave a 1 star review, uninstall it, and report it. An official one will exist eventually.`}
15+
{`The Google Play Store app calling itself TurboWarp is illegitimate and outdated. If you were misled into installing it, leave a 1 star review, uninstall it, and report it. An official one will exist eventually.`}
1616
</div>
1717
);
1818

0 commit comments

Comments
 (0)