Merge pull request #282 from istiak101/stable

Fix title to Email Logs
This commit is contained in:
Usman Nasir
2020-03-09 08:57:50 +05:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Error Logs - CyberPanel" %}{% endblock %}
{% block title %}{% trans "Email Logs - CyberPanel" %}{% endblock %}
{% block content %}
{% load static %}