Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ce68ff1

Browse files
authored
Merge pull request #2640 from jryans/help-buoy
Update help buoy text and issue links
2 parents c68b770 + 2a3b05a commit ce68ff1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/components/views/dialogs/RedesignFeedbackDialog.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ import { _t } from '../../../languageHandler';
2020

2121
export default (props) => {
2222
const existingIssuesUrl = "https://github.com/vector-im/riot-web/issues" +
23-
"?q=is%3Aopen+is%3Aissue+label%3Aredesign+sort%3Areactions-%2B1-desc";
24-
const newIssueUrl = "https://github.com/vector-im/riot-web/issues/new" +
25-
"?assignees=&labels=redesign&template=redesign_issue.md&title=";
23+
"?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc";
24+
const newIssueUrl = "https://github.com/vector-im/riot-web/issues/new";
2625

2726
const description1 =
28-
_t("Thanks for testing the Riot Redesign. " +
29-
"If you run into any bugs or visual issues, " +
30-
"please let us know on GitHub.");
27+
_t("If you run into any bugs or have feedback you'd like to share, " +
28+
"please let us know on GitHub.");
3129
const description2 = _t("To help avoid duplicate issues, " +
3230
"please <existingIssuesLink>view existing issues</existingIssuesLink> " +
3331
"first (and add a +1) or <newIssueLink>create a new issue</newIssueLink> " +

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@
11071107
"Manually export keys": "Manually export keys",
11081108
"You'll lose access to your encrypted messages": "You'll lose access to your encrypted messages",
11091109
"Are you sure you want to sign out?": "Are you sure you want to sign out?",
1110-
"Thanks for testing the Riot Redesign. If you run into any bugs or visual issues, please let us know on GitHub.": "Thanks for testing the Riot Redesign. If you run into any bugs or visual issues, please let us know on GitHub.",
1110+
"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.",
11111111
"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.",
11121112
"Report bugs & give feedback": "Report bugs & give feedback",
11131113
"Go back": "Go back",

0 commit comments

Comments
 (0)