- @T["Unless you use your own SMTP server you have limited e-mails to send. " + - "You've sent {0} emails from the total of {1} this month.", - Model.CurrentEmailUsageCount, - Model.EmailQuotaPerMonth] +@{ + int currentEmailUsageCount = Model.CurrentEmailUsageCount; + int emailQuotaPerMonth = Model.EmailQuotaPerMonth; +} + +
+ @T["Unless you use your own SMTP server you have limited e-mails to send."] + @T["You've sent {0} emails from the total of {1} this month.", currentEmailUsageCount, emailQuotaPerMonth]
diff --git a/Lombiq.Hosting.Tenants.EnvironmentRobots/Lombiq.Hosting.Tenants.EnvironmentRobots.csproj b/Lombiq.Hosting.Tenants.EnvironmentRobots/Lombiq.Hosting.Tenants.EnvironmentRobots.csproj index d0c29dee..5674f178 100644 --- a/Lombiq.Hosting.Tenants.EnvironmentRobots/Lombiq.Hosting.Tenants.EnvironmentRobots.csproj +++ b/Lombiq.Hosting.Tenants.EnvironmentRobots/Lombiq.Hosting.Tenants.EnvironmentRobots.csproj @@ -34,8 +34,8 @@