mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Adjust forward dialog copy
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
7a04502151
commit
cd460a2555
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ const Entry: React.FC<IEntryProps> = ({ room, event, cli, onFinished }) => {
|
||||||
title = _t("Send");
|
title = _t("Send");
|
||||||
} else {
|
} else {
|
||||||
disabled = true;
|
disabled = true;
|
||||||
title = _t("You do not have permission to do this");
|
title = _t("You don't have permission to do this");
|
||||||
}
|
}
|
||||||
} else if (sendState === SendState.Sending) {
|
} else if (sendState === SendState.Sending) {
|
||||||
className = "mx_ForwardList_sending";
|
className = "mx_ForwardList_sending";
|
||||||
|
|
|
@ -2202,7 +2202,7 @@
|
||||||
"PRO TIP: If you start a bug, please submit <debugLogsLink>debug logs</debugLogsLink> to help us track down the problem.": "PRO TIP: If you start a bug, please submit <debugLogsLink>debug logs</debugLogsLink> to help us track down the problem.",
|
"PRO TIP: If you start a bug, please submit <debugLogsLink>debug logs</debugLogsLink> to help us track down the problem.": "PRO TIP: If you start a bug, please submit <debugLogsLink>debug logs</debugLogsLink> to help us track down the problem.",
|
||||||
"Report a bug": "Report a bug",
|
"Report a bug": "Report a bug",
|
||||||
"Please view <existingIssuesLink>existing bugs on Github</existingIssuesLink> first. No match? <newIssueLink>Start a new one</newIssueLink>.": "Please view <existingIssuesLink>existing bugs on Github</existingIssuesLink> first. No match? <newIssueLink>Start a new one</newIssueLink>.",
|
"Please view <existingIssuesLink>existing bugs on Github</existingIssuesLink> first. No match? <newIssueLink>Start a new one</newIssueLink>.": "Please view <existingIssuesLink>existing bugs on Github</existingIssuesLink> first. No match? <newIssueLink>Start a new one</newIssueLink>.",
|
||||||
"You do not have permission to do this": "You do not have permission to do this",
|
"You don't have permission to do this": "You don't have permission to do this",
|
||||||
"Sending…": "Sending…",
|
"Sending…": "Sending…",
|
||||||
"Sent": "Sent",
|
"Sent": "Sent",
|
||||||
"Open link": "Open link",
|
"Open link": "Open link",
|
||||||
|
|
Loading…
Reference in a new issue