Tweak mobile guide toast copy

This commit is contained in:
J. Ryan Stinnett 2021-01-29 15:30:13 +00:00
parent 62712159f6
commit 0cb1d1dc95
2 changed files with 8 additions and 7 deletions

View file

@ -40,13 +40,13 @@ export const showToast = () => {
}
ToastStore.sharedInstance().addOrReplaceToast({
key: TOAST_KEY,
title: _t("Mobile experience"),
title: _t("Use app for a better experience"),
props: {
description: _t(
"Element Web is currently experimental on mobile. " +
"The native apps are recommended for most people.",
"Element Web is experimental on mobile. " +
"For a better experience and the latest features, use our free native app.",
),
acceptLabel: _t("Learn more"),
acceptLabel: _t("Use app"),
onAccept,
rejectLabel: _t("Dismiss"),
onReject,