Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48543abb authored by Gaël Duval's avatar Gaël Duval 🏄🏼
Browse files

Merge branch '78-correct-os-version-for-fp2' into 'master'

Resolve "Correct OS version for FP2"

Closes #78

See merge request e/documentation/user!62
parents c8e61e5e be43cb9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ type: phone
upgrade_available: pie
vendor: Fairphone
vendor_short: fairphone
versions: nougat
versions: pie
width: 73 mm (2.9 in)
wifi: 802.11 b/g/n/ac
status: dev
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
      {% if device.upgrade_available %}
      <div class="tile is-child is-8" id="upgrade">
        <h3 class="title is-4 is-spaced">Upgrade</h3>
        <p class="subtitle is-6">To upgrade to a higher version of the e/OS version for your {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" <a href="{{ "devices/" | append: device.codename | append: "/upgrade" | relative_url }}"> click here</a> </p>
        <small>(For e.g. {{ device.versions }} -> {{ device.upgrade_available }})</small>
        <p class="subtitle is-6">To upgrade your {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" to the {{ device.upgrade_available }} build of /e/OS <a href="{{ "devices/" | append: device.codename | append: "/upgrade" | relative_url }}"> click here</a> </p>
      </div>
      <br>
      <br>