changed description texts in the main landing pages

This commit is contained in:
fonfon 2015-10-14 15:02:17 +00:00 committed by James Valleroy
parent b934668dc5
commit c2bd038ef2
3 changed files with 10 additions and 11 deletions

View File

@ -20,12 +20,12 @@
{% block content %}
<h2>Apps</h2>
<h2>Services and Applications</h2>
<p>User Applications are web apps hosted on your
{{ cfg.product_name }}.</p>
<p>You can install and run various services and applications on your
{{ cfg.box_name }}.</p>
<p>Eventually this box could be your photo sharing site, your instant
<p>This box can be your photo sharing site, your instant
messaging site, your social networking site, your news site. Remember
web portals? We can be one of those too. Many of the services you
use on the web could soon be on site and under your control!</p>

View File

@ -20,12 +20,11 @@
{% block content %}
<h2>System</h2>
<h2>System Configuration</h2>
<p>In this section, you can control the {{ cfg.product_name }}'s
underlying system, as opposed to its various applications and
services. These options affect the {{ cfg.product_name }} at its most
general level. This is where you add/remove users, install
applications, reboot, etc.</p>
<p>Here you can administrate the underlying system of your {{ cfg.box_name }}.
</p>
<p>The options affect the {{ cfg.box_name }} at its most
general level, so be careful!</p>
{% endblock %}

View File

@ -98,7 +98,7 @@
{% if user.is_authenticated %}
<li>
<a href="{% url 'system:index' %}" title="Configuration">
<a href="{% url 'system:index' %}" title="System Configuration">
<span class="glyphicon-cog glyphicon nav-icon"></span>
</a>
</li>