PeerTube/server/core/assets/email-templates/plugin-version-new/html.pug
2024-03-20 09:15:07 +01:00

10 lines
268 B
Plaintext

extends ../common/greetings
block title
| New plugin version available
block content
p
| A new version of the plugin/theme #{pluginName} is available: #{latestVersion}.
| You might want to upgrade it on #[a(href=pluginUrl) the PeerTube admin interface].