diff --git a/README.md b/README.md
index ee652366..a24c85c3 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ GpgFrontend is **PERMANENTLY FREE** of charge. However, you can support us by
- [Developer Document](#developer-document)
- [Language Support](#language-support)
- [Supported Languages](#supported-languages)
- - [Contract](#contract)
+ - [Contact](#contact)
- [Contributing \& Bugs Report](#contributing--bugs-report)
- [Project Maintainer](#project-maintainer)
- [Project's Logo](#projects-logo)
@@ -69,9 +69,9 @@ GpgFrontend currently supports an array of languages including:
Contributors: [SHOW](TRANSLATORS)
-## Contract
+## Contact
-Please refer to [HERE](https://www.gpgfrontend.bktus.com/#/contract) for my contact details.
+Please refer to [HERE](https://www.gpgfrontend.bktus.com/contact) for my contact details.
### Contributing & Bugs Report
diff --git a/manual/contract.md b/manual/contact.md
similarity index 100%
rename from manual/contract.md
rename to manual/contact.md
diff --git a/src/ui/dialog/Wizard.cpp b/src/ui/dialog/Wizard.cpp
index b6fa53f3..8b15e9b7 100644
--- a/src/ui/dialog/Wizard.cpp
+++ b/src/ui/dialog/Wizard.cpp
@@ -76,15 +76,15 @@ IntroPage::IntroPage(QWidget* parent) : QWizardPage(parent) {
auto* topLabel = new QLabel(
QString(
- tr("Welcome to use GpgFrontend for decrypting and signing text or "
- "file!")) +
+ tr("Welcome to GpgFrontend for decrypting and signing text or "
+ "files!")) +
"
GpgFrontend " +
tr("is a Powerful, Easy-to-Use, Compact, Cross-Platform, and "
- "Installation-Free OpenPGP Crypto Tool.") +
- tr("For brief information have a look at the") +
- " " +
+ "Installation-Free OpenPGP Crypto Tool. ") +
+ tr("To get started, be sure to check out the") +
+ " " +
tr("Overview") + " (" +
- tr("by clicking the link, the page will open in the web browser") +
+ tr("by clicking the link, the page will open in your web browser") +
").
");
topLabel->setTextFormat(Qt::RichText);
topLabel->setTextInteractionFlags(Qt::TextBrowserInteraction);
@@ -115,24 +115,19 @@ ChoosePage::ChoosePage(QWidget* parent) : QWizardPage(parent) {
auto* keygen_label = new QLabel(
tr("If you have never used GpgFrontend before and also don't own a gpg "
"key yet you may possibly want to read how to") +
- " " +
+ " " +
tr("Generate Key") + "