Skip to content

Commit 5e8faba

Browse files
committed
Spelling
1 parent 8cdd80f commit 5e8faba

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

templates/download.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
5050
<span class="icon is-medium">
5151
<i class="fab fa-ubuntu" aria-hidden="true"></i>
5252
</span>
53-
<span>latest Debian-based</span>
53+
<span>Latest Debian-based</span>
5454
</div>
55-
<p>Build on Ubuntu 22.04.</p>
55+
<p>Built on Ubuntu 22.04.</p>
5656
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
5757
</a>
5858
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
@@ -61,9 +61,9 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
6161
<span class="icon is-medium">
6262
<i class="fab fa-ubuntu" aria-hidden="true"></i>
6363
</span>
64-
<span>earlier Debian-based</span>
64+
<span>LTS Debian-based</span>
6565
</div>
66-
<p>Build on Ubuntu 20.04.</p>
66+
<p>Built on Ubuntu 20.04.</p>
6767
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
6868
</a>
6969
</div>
@@ -76,7 +76,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
7676
</span>
7777
<span>Windows</span>
7878
</div>
79-
<p>Click to download the zipped exe.</p>
79+
<p>Click to download the zipped .exe.</p>
8080
</a>
8181
<a class="tile is-child box is-clickable" rel="noopener" target="_blank"
8282
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/{{ version }}/openandroidinstaller-{{ version }}-macos-latest.zip">
@@ -96,7 +96,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
9696
</span>
9797
<span>Releases on Github</span>
9898
</div>
99-
<p>Get different releases from github.</p>
99+
<p>Get different releases from GitHub.</p>
100100
</a>
101101
</div>
102102
</div>
@@ -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 mail</a>
118+
href="mailto:[email protected]">Write a email</a>
119119
</div>
120120
</div>
121121
</div>

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,4 @@ <h4 class="subtitle is-5">Donate to the project</h4>
371371
</div>
372372
</section>
373373
<!-- Contribution Banner End -->
374-
{% endblock %}
374+
{% endblock %}

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 mail</a>
164+
href="mailto:[email protected]">Write a email</a>
165165
</div>
166166
</div>
167167
</div>

templates/supported-devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
448448
<tbody>
449449
<tr>
450450
<td>Motorola</td>
451-
<td>moto G5</td>
451+
<td>moto g5</td>
452452
<td><a href="https://wiki.lineageos.org/devices/cedric" rel="noopener" target="_blank">cedric</a></td>
453453
<td></td>
454454
<td><span class="tag is-success">tested</span></td>

0 commit comments

Comments
 (0)