mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Tweak mobile guide toast copy
This commit is contained in:
parent
62712159f6
commit
0cb1d1dc95
2 changed files with 8 additions and 7 deletions
|
@ -728,9 +728,9 @@
|
||||||
"Notifications": "Notifications",
|
"Notifications": "Notifications",
|
||||||
"Enable desktop notifications": "Enable desktop notifications",
|
"Enable desktop notifications": "Enable desktop notifications",
|
||||||
"Enable": "Enable",
|
"Enable": "Enable",
|
||||||
"Mobile experience": "Mobile experience",
|
"Use app for a better experience": "Use app for a better experience",
|
||||||
"Element Web is currently experimental on mobile. The native apps are recommended for most people.": "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.": "Element Web is experimental on mobile. For a better experience and the latest features, use our free native app.",
|
||||||
"Learn more": "Learn more",
|
"Use app": "Use app",
|
||||||
"Your homeserver has exceeded its user limit.": "Your homeserver has exceeded its user limit.",
|
"Your homeserver has exceeded its user limit.": "Your homeserver has exceeded its user limit.",
|
||||||
"Your homeserver has exceeded one of its resource limits.": "Your homeserver has exceeded one of its resource limits.",
|
"Your homeserver has exceeded one of its resource limits.": "Your homeserver has exceeded one of its resource limits.",
|
||||||
"Contact your <a>server admin</a>.": "Contact your <a>server admin</a>.",
|
"Contact your <a>server admin</a>.": "Contact your <a>server admin</a>.",
|
||||||
|
@ -2197,6 +2197,7 @@
|
||||||
"We call the places where you can host your account ‘homeservers’.": "We call the places where you can host your account ‘homeservers’.",
|
"We call the places where you can host your account ‘homeservers’.": "We call the places where you can host your account ‘homeservers’.",
|
||||||
"Other homeserver": "Other homeserver",
|
"Other homeserver": "Other homeserver",
|
||||||
"Use your preferred Matrix homeserver if you have one, or host your own.": "Use your preferred Matrix homeserver if you have one, or host your own.",
|
"Use your preferred Matrix homeserver if you have one, or host your own.": "Use your preferred Matrix homeserver if you have one, or host your own.",
|
||||||
|
"Learn more": "Learn more",
|
||||||
"About homeservers": "About homeservers",
|
"About homeservers": "About homeservers",
|
||||||
"Sign out and remove encryption keys?": "Sign out and remove encryption keys?",
|
"Sign out and remove encryption keys?": "Sign out and remove encryption keys?",
|
||||||
"Clear Storage and Sign Out": "Clear Storage and Sign Out",
|
"Clear Storage and Sign Out": "Clear Storage and Sign Out",
|
||||||
|
|
|
@ -40,13 +40,13 @@ export const showToast = () => {
|
||||||
}
|
}
|
||||||
ToastStore.sharedInstance().addOrReplaceToast({
|
ToastStore.sharedInstance().addOrReplaceToast({
|
||||||
key: TOAST_KEY,
|
key: TOAST_KEY,
|
||||||
title: _t("Mobile experience"),
|
title: _t("Use app for a better experience"),
|
||||||
props: {
|
props: {
|
||||||
description: _t(
|
description: _t(
|
||||||
"Element Web is currently experimental on mobile. " +
|
"Element Web is experimental on mobile. " +
|
||||||
"The native apps are recommended for most people.",
|
"For a better experience and the latest features, use our free native app.",
|
||||||
),
|
),
|
||||||
acceptLabel: _t("Learn more"),
|
acceptLabel: _t("Use app"),
|
||||||
onAccept,
|
onAccept,
|
||||||
rejectLabel: _t("Dismiss"),
|
rejectLabel: _t("Dismiss"),
|
||||||
onReject,
|
onReject,
|
||||||
|
|
Loading…
Reference in a new issue