From e192ff3648e5988eeac0d286fc2ae66079a013a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20Th=C3=A0nh=20Nam?= Date: Fri, 31 Jul 2020 02:13:18 +0200 Subject: [PATCH] Update 'src/lang/en.js' --- src/lang/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en.js b/src/lang/en.js index 08c3ca9..1f82885 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -53,7 +53,7 @@ const en = { newsChannel: 'News Channel', questions: `If you have questions or problems with the app, search for a solution on the subreddit first. Then, if you don't find anything you can make a post with your issue on the subreddit.`, beforeReporting: `Before reporting a bug make sure you're running the latest version of the app and that what you want to report is actually a bug and not something that's wrong only on your end.`, - beSure: `Make sure the bug is reproducible on other machines and also DO NOT report a bug if it's already b reported.`, + beSure: `Make sure the bug is reproducible on other machines and also DO NOT report a bug if it's already been reported.`, duplicateReports: 'Duplicate bug reports will be closed, so keep an eye out on that.', dontOpenIssues: `DO NOT open issues for asking questions, there is a subreddit for that.`, newUI: `If you're fluent in python you could try to make a new UI for the app using the base library, or fix bugs in the library with a pull request on the repo.`,