diff --git a/app.py b/app.py index c087863..804a3a0 100644 --- a/app.py +++ b/app.py @@ -6026,7 +6026,7 @@ def admin_ai_usage(): total_type_count = sum(t.count for t in type_stats) if type_stats else 0 type_labels = { 'ai_chat': ('Chat AI', 'chat'), - 'zopk_news_evaluation': ('Ocena newsów ZOPK', 'news'), + 'zopk_news_evaluation': ('Ocena newsów ZOP Kaszubia', 'news'), 'ai_user_parse': ('Tworzenie user', 'user'), 'gbp_audit_ai': ('Audyt GBP', 'image'), 'general': ('Ogólne', 'other') @@ -6198,7 +6198,7 @@ def admin_ai_usage_user(user_id): # Usage by type type_labels = { 'ai_chat': 'Chat AI', - 'zopk_news_evaluation': 'Ocena newsów ZOPK', + 'zopk_news_evaluation': 'Ocena newsów ZOP Kaszubia', 'ai_user_parse': 'Tworzenie user', 'gbp_audit_ai': 'Audyt GBP', 'general': 'Ogólne' @@ -8240,7 +8240,7 @@ def admin_zopk_reject_old_news(): news.status = 'rejected' news.moderated_by = current_user.id news.moderated_at = datetime.now() - news.rejection_reason = f'Automatycznie odrzucony - artykuł sprzed {min_year} roku (ZOPK powstał w 2024)' + news.rejection_reason = f'Automatycznie odrzucony - artykuł sprzed {min_year} roku (ZOP Kaszubia powstał w 2024)' db.commit() diff --git a/templates/admin/zopk_dashboard.html b/templates/admin/zopk_dashboard.html index 2ef9e87..e10fa25 100644 --- a/templates/admin/zopk_dashboard.html +++ b/templates/admin/zopk_dashboard.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}ZOPK - Panel Admina - Norda Biznes Hub{% endblock %} +{% block title %}ZOP Kaszubia - Panel Admina - Norda Biznes Hub{% endblock %} {% block extra_css %}