diff --git a/ArticlesApp/views.py b/ArticlesApp/views.py index d9851f3..a9b1396 100644 --- a/ArticlesApp/views.py +++ b/ArticlesApp/views.py @@ -85,8 +85,8 @@ def ArticlesPageView(request, year=None): Dict = get_articles(art_kwargs=kwargs) Dict.update({ 'page': { - 'title': _('Новости сервиса доставки посылок | TWB'), - 'description': _('Обновления, полезные статьи и свежие новости от TWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями'), + 'title': _('Новости сервиса доставки посылок | TripWB'), + 'description': _('Обновления, полезные статьи и свежие новости от TripWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями'), 'keywords': _('Все новости сайта tripwb.com'), } }) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 0a0bd9f..46da955 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -39,12 +39,12 @@ msgid "Статьи" msgstr "Articles" #: ArticlesApp/views.py:88 -msgid "Новости сервиса доставки посылок | TWB" -msgstr "Parcel Delivery Service News | TWB" +msgid "Новости сервиса доставки посылок | TripWB" +msgstr "Parcel Delivery Service News | TripWB" #: ArticlesApp/views.py:89 ArticlesApp/views.py:90 -msgid "Обновления, полезные статьи и свежие новости от TWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями" -msgstr "Updates, useful articles, and fresh news from TWB ✓ Current news in the world of deliveries throughout the CIS ➡️ Stay tuned for our updates" +msgid "Обновления, полезные статьи и свежие новости от TripWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями" +msgstr "Updates, useful articles, and fresh news from TripWB ✓ Current news in the world of deliveries throughout the CIS ➡️ Stay tuned for our updates" #: AuthApp/admin.py:52 diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 66f5dcb..a40ad90 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -66,7 +66,7 @@
{% trans "Регистрация" %} {% trans "Войти" %}
diff --git a/templates/pages/profile/p_user_profile.html b/templates/pages/profile/p_user_profile.html index f386b75..12914ad 100644 --- a/templates/pages/profile/p_user_profile.html +++ b/templates/pages/profile/p_user_profile.html @@ -4,9 +4,9 @@ {% block title %} {% if page_name == 'create_route_for_customer' %} - {% trans 'Отправить посылку в другие города| TWB' %} + {% trans 'Отправить посылку в другие города| TripWB' %} {% elif page_name == 'create_route_for_mover' %} - {% trans 'Перевезти посылку в другие города | TWB' %} + {% trans 'Перевезти посылку в другие города | TripWB' %} {% endif %} {% endblock %}