Skip to content

Commit

Permalink
Small changes in the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
agubelu committed Apr 24, 2017
1 parent 9f4ea78 commit 46b5756
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Metronus-Project/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ msgstr "With Metronus you will be able to measure which departments of your comp
msgid "landingTeam"
msgstr "The team"
msgid "landingTeamDesc"
msgstr "Developers who help you to help Metronus to be successful"
msgstr "The developers who help you to make Metronus a success."
msgid "landingTeamProjectManager"
msgstr "Project Manager"
msgid "landingTeamCoordBackend"
Expand All @@ -73,7 +73,9 @@ msgstr "Productivity analytics"
msgid "landingPricingProfit"
msgstr "Profit analytics"
msgid "landingPricingBuyNow"
msgstr "Buy now!"
msgstr "Buy it now!"
msgid "landingPricingTryNow"
msgstr "Try it now!"
msgid "landingPricingBusiness"
msgstr "Business"
msgid "landingPricingEmployeesBusiness"
Expand Down
2 changes: 2 additions & 0 deletions Metronus-Project/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ msgid "landingPricingProfit"
msgstr "Análisis de rentabilidad"
msgid "landingPricingBuyNow"
msgstr "¡Cómpralo!"
msgid "landingPricingTryNow"
msgstr "¡Pruébalo!"
msgid "landingPricingBusiness"
msgstr "Empresarial"
msgid "landingPricingEmployeesBusiness"
Expand Down
6 changes: 3 additions & 3 deletions Metronus-Project/metronus/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,18 +259,18 @@ <h3>{% trans 'landingPriceTable' %}</h3>
<div class="row main_content">
<ul class="price-table-chart">
<li>
<a href="#">
<a href="/register">
<strong>{% trans 'landingPriceFree' %}</strong>
<span class="price_table-description">{% trans 'landingPricingEmployees' %}</span>
<span class="price_table-description">{% trans 'landingPricingProductivity' %}</span>
<span class="price_table-description">{% trans 'landingPricingProfit' %}</span>
<big class="price_table-price">0 €</big>
<span class="price_table-button">{% trans 'landingPricingBuyNow' %}</span>
<span class="price_table-button">{% trans 'landingPricingTryNow' %}</span>
</a>
</li>

<li>
<a href="#">
<a href="/register">
<strong>{% trans 'landingPricingBusiness' %}</strong>
<span class="price_table-description">{% trans 'landingPricingEmployeesBusiness' %}</span>
<span class="price_table-description">{% trans 'landingPricingProductivity' %}</span>
Expand Down

0 comments on commit 46b5756

Please sign in to comment.