PeerTube/server/lib/emails/plugin-version-new/html.pug

10 lines
268 B
Plaintext
Raw Normal View History

2021-03-11 16:54:52 +01:00
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].