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

Commit 83e1be17 authored by Pranav's avatar Pranav
Browse files

updated warning for legacy devices

parent 55b7ca58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
              {% if device.legacy == "yes" %}
                 <span class="badge badge-pill badge-secondary">legacy</span>
                 <div class="h6">
                   {% include alerts/warning.html content="Devices marked as legacy will no longer receive updates from the /e/OS team. Some devices may still get updates with support from the community." %}
                   {% include alerts/warning.html content="Devices marked as legacy will no longer receive any updates from the /e/OS team. In the future, some devices may still get updates with support from the community. More information about community support is available at https://doc.e.foundation/rom-maintainer" %}
                 </div>
              {% endif %}
            </div>