Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 1c361e9

Browse files
author
Tankred Hase
committed
Clean up text in login html templates
1 parent 888204e commit 1c361e9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

src/tpl/add-account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</header>
66
<main class="page__main">
77
<h2 class="typo-title">Connect your email account</h2>
8-
<p class="typo-paragraph">Connect the Whiteout Mail client to your existing email account via IMAP for easy to use end-to-end encryption. We cannot read your password or messages. <a href="https://github.com/whiteout-io/mail-html5/wiki/FAQ#email-account-login" target="_blank">Learn more</a></p>
8+
<p class="typo-paragraph">Connect the Whiteout Mail client to any existing email account via IMAP for easy to use end-to-end encryption. We cannot read your password or messages. <a href="https://github.com/whiteout-io/mail-html5/wiki/FAQ#email-account-login" target="_blank">Learn more</a></p>
99

1010
<form class="form" name="form">
1111
<p class="form__error-message" ng-show="errMsg">{{errMsg}}</p>
@@ -23,7 +23,7 @@ <h2 class="typo-title">Connect your email account</h2>
2323
</form>
2424

2525
<p class="typo-paragraph">
26-
Or sign up for a new fully encrypted <a href="#create-account">Whiteout Mailbox</a>.
26+
Or sign up for an encrypted <a href="#create-account">Whiteout Mailbox</a>.
2727
</p>
2828
</main>
2929
<div ng-include="'tpl/page-footer.html'"></div>

src/tpl/create-account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<img src="img/whiteout_logo.svg" alt="whiteout.io">
55
</header>
66
<main class="page__main">
7-
<h2 class="typo-title">Create Whiteout account</h2>
8-
<p class="typo-paragraph">Sign up for an encrypted mailbox hosted in Germany. Already have an account? <a href="#" wo-touch="$event.preventDefault(); loginToExisting()">Log in here</a>.</p>
7+
<h2 class="typo-title">Create Whiteout Account</h2>
8+
<p class="typo-paragraph">Sign up for an encrypted mailbox hosted in Germany. Already have an account? <a href="#" wo-touch="$event.preventDefault(); loginToExisting()">Log in here</a></p>
99
<form class="form" name="form">
1010
<p class="form__error-message" ng-show="errMsg">{{errMsg}}</p>
1111
<div class="form__row">

src/tpl/login-set-credentials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<main class="page__main">
77
<h2 class="typo-title">Login</h2>
88
<p class="typo-paragraph" ng-hide="useOAuth">
9-
Please enter your password. The password is used to authenticate with your mail provider over an encrypted connection. We cannot read your password. <a href="https://github.com/whiteout-io/mail-html5/wiki/FAQ#is-my-password-secure" target="_blank">Learn more</a>
9+
Please enter your credentials. The password is used to authenticate with your mail provider over an encrypted connection. We cannot read your password. <a href="https://github.com/whiteout-io/mail-html5/wiki/FAQ#is-my-password-secure" target="_blank">Learn more</a>
1010
</p>
1111
<p class="typo-paragraph" ng-show="useOAuth">
1212
Please confirm the Google account your device is currently logged into. If you have multiple Google accounts and need help, please <a href="https://github.com/whiteout-io/mail-html5/wiki/FAQ#how-does-sign-in-with-google-work" target="_blank">click here</a>.

src/tpl/page-footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<li><a href="https://whiteout.io/imprint.html" target="_blank">Imprint</a></li>
55
<li><a href="https://whiteout.io/privacy-service.html" target="_blank">Privacy</a></li>
66
<li><a href="https://whiteout.io/terms.html" target="_blank">Terms</a></li>
7-
<li><a href="https://github.com/whiteout-io/mail-html5/blob/master/README.md#license" target="_blank">License</a></li>
87
<li>Version: {{version}}</li>
98
</ul>
109
</nav>

0 commit comments

Comments
 (0)