1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-21 02:41:21 +01:00
bitwarden-server/src/Core/MailTemplates/Handlebars/LicenseExpired.text.hbs

9 lines
549 B
Handlebars
Raw Normal View History

{{#>BasicTextLayout}}
{{#if IsOrganization}}
This email is to notify you that your Bitwarden organization license for {{OrganizationName}} has expired and must be updated for continued use. See the following article for details about replacing your license file:
{{else}}
This email is to notify you that your Bitwarden premium license has expired and must be updated for continued use. See the following article for details about replacing your license file:
{{/if}}
https://bitwarden.com/help/article/licensing-on-premise/
{{/BasicTextLayout}}