diff --git a/programmer/views.py b/programmer/views.py index 8944bdc..4fd8e38 100644 --- a/programmer/views.py +++ b/programmer/views.py @@ -99,7 +99,7 @@ class AboutPageView(BasePageView, BreadcrumbMixin): template_name = 'programmer/about.html' def get_breadcrumbs(self): - return [{'title': 'Обо нас', 'url_name': None}] + return [{'title': 'О нас', 'url_name': None}] def get_context_data(self, **kwargs: Any) -> Dict[str, Any]: context = super().get_context_data(**kwargs)