mirror of https://github.com/vector-im/riot-web
Change tip copy
parent
5ea11e90b2
commit
3e7d82b421
|
@ -206,7 +206,7 @@ export default class PrototypeCreateGroupDialog extends React.PureComponent<IPro
|
||||||
{preview}
|
{preview}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
<div className="mx_PrototypeCreateGroupDialog_tip">
|
<div className="mx_PrototypeCreateGroupDialog_tip">
|
||||||
<b>{_t("PRO TIP")}</b>
|
<b>{_t("Add image (optional)")}</b>
|
||||||
<span>
|
<span>
|
||||||
{_t("An image will help people identify your community.")}
|
{_t("An image will help people identify your community.")}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1744,7 +1744,7 @@
|
||||||
"You can change this later if needed.": "You can change this later if needed.",
|
"You can change this later if needed.": "You can change this later if needed.",
|
||||||
"What's the name of your community or team?": "What's the name of your community or team?",
|
"What's the name of your community or team?": "What's the name of your community or team?",
|
||||||
"Enter name": "Enter name",
|
"Enter name": "Enter name",
|
||||||
"PRO TIP": "PRO TIP",
|
"Add image (optional)": "Add image (optional)",
|
||||||
"An image will help people identify your community.": "An image will help people identify your community.",
|
"An image will help people identify your community.": "An image will help people identify your community.",
|
||||||
"If you run into any bugs or have feedback you'd like to share, please let us know on GitHub.": "If you run into any bugs or have feedback you'd like to share, please let us know on GitHub.",
|
"If you run into any bugs or have feedback you'd like to share, please let us know on GitHub.": "If you run into any bugs or have feedback you'd like to share, please let us know on GitHub.",
|
||||||
"To help avoid duplicate issues, please <existingIssuesLink>view existing issues</existingIssuesLink> first (and add a +1) or <newIssueLink>create a new issue</newIssueLink> if you can't find it.": "To help avoid duplicate issues, please <existingIssuesLink>view existing issues</existingIssuesLink> first (and add a +1) or <newIssueLink>create a new issue</newIssueLink> if you can't find it.",
|
"To help avoid duplicate issues, please <existingIssuesLink>view existing issues</existingIssuesLink> first (and add a +1) or <newIssueLink>create a new issue</newIssueLink> if you can't find it.": "To help avoid duplicate issues, please <existingIssuesLink>view existing issues</existingIssuesLink> first (and add a +1) or <newIssueLink>create a new issue</newIssueLink> if you can't find it.",
|
||||||
|
|
Loading…
Reference in New Issue