diff --git a/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs b/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs
index 04f429c9..7f6427f4 100644
--- a/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs
+++ b/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs
@@ -5,6 +5,7 @@ namespace Lombiq.Hosting.Tenants.EmailQuotaManagement.Services;
///
/// Service for getting the subject of the email sent when the email quota is exceeded or when it's close to being exceeded.
///
+/// Provides a way for overriding the subject texts.
public interface IEmailQuotaSubjectService
{
///