Skip to content

Commit 431990f

Browse files
committed
Corrected spelling for e-mail
1 parent 940b251 commit 431990f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
115115
<div class="column is-5 ml-auto">
116116
<div class="mx-auto box p-6 has-background-light has-text-centered">
117117
<a class="button is-link is-fullwidth" id="contribute-button"
118-
href="mailto:[email protected]">Write a email</a>
118+
href="mailto:[email protected]">Write an e-mail</a>
119119
</div>
120120
</div>
121121
</div>

templates/faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3 id="somethings-wrong" class="title is-3">What to do if something goes wrong?
122122
<li>Try a different image for your device. This is especially useful for unofficial images of ROMs.</li>
123123
</ul>
124124
<p>Of course, there are other things that can go wrong. If non of the above helps, write an <a
125-
href="mailto:[email protected]">email</a> or raise an <a
125+
href="mailto:[email protected]">e-mail</a> or raise an <a
126126
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new/choose" target="_blank"
127127
rel="noopener">issue</a> on GitHub.
128128
</p>
@@ -198,7 +198,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
198198
<div class="column is-5 ml-auto">
199199
<div class="mx-auto box p-6 has-background-light has-text-centered">
200200
<a class="button is-link is-fullwidth" id="contribute-button"
201-
href="mailto:[email protected]">Write a email</a>
201+
href="mailto:[email protected]">Write an e-mail</a>
202202
</div>
203203
</div>
204204
</div>

templates/feedback.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ <h2 class="subtitle">Give feedback to the project and how it worked for you. At
3535
</div>
3636

3737
<div class="field">
38-
<label class="label">Email</label>
38+
<label class="label">E-mail</label>
3939
<div class="control has-icons-left has-icons-right">
40-
<input class="input" name="email" type="email" placeholder="Your Email if you want an answer" value="">
40+
<input class="input" name="e-mail" type="email" placeholder="Your e-mail if you want an answer" value="">
4141
<span class="icon is-small is-left">
4242
<i class="fas fa-envelope"></i>
4343
</span>
@@ -53,7 +53,7 @@ <h2 class="subtitle">Give feedback to the project and how it worked for you. At
5353

5454
<div class="field">
5555
<p>Your feedback is processed in encrypted form by <a href="https://airform.io" rel="noopener"
56-
target="_blank">airform.io</a> and if you provide an email address you might get an answer.</p>
56+
target="_blank">airform.io</a> and if you provide an e-mail address you might get an answer.</p>
5757
</div>
5858

5959
<div class="field is-grouped">

templates/imprint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
7575
<div class="column is-5 ml-auto">
7676
<div class="mx-auto box p-6 has-background-light has-text-centered">
7777
<a class="button is-link is-fullwidth" id="contribute-button"
78-
href="mailto:[email protected]">Write a mail</a>
78+
href="mailto:[email protected]">Write an e-mail</a>
7979
</div>
8080
</div>
8181
</div>

templates/privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
161161
<div class="column is-5 ml-auto">
162162
<div class="mx-auto box p-6 has-background-light has-text-centered">
163163
<a class="button is-link is-fullwidth" id="contribute-button"
164-
href="mailto:[email protected]">Write a email</a>
164+
href="mailto:[email protected]">Write an e-mail</a>
165165
</div>
166166
</div>
167167
</div>

0 commit comments

Comments
 (0)