X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fnotify%2FsoneInsertNotification.html;fp=src%2Fmain%2Fresources%2Ftemplates%2Fnotify%2FsoneInsertNotification.html;h=8d3260d1c94c5a4a46900d3f2bd92ff103d51602;hb=89ab5e83e3fa9afb983093ac4ab8445f83348ea3;hp=0000000000000000000000000000000000000000;hpb=f083ad3957357d2f861e87128ee355e842c70762;p=Sone.git diff --git a/src/main/resources/templates/notify/soneInsertNotification.html b/src/main/resources/templates/notify/soneInsertNotification.html new file mode 100644 index 0000000..8d3260d --- /dev/null +++ b/src/main/resources/templates/notify/soneInsertNotification.html @@ -0,0 +1,7 @@ +<%if soneStatus|match value="inserting"> + Your Sone <%sone.niceName|html> is now being inserted. +<%elseif soneStatus|match value="inserted"> + Your Sone <%sone.niceName|html> has been inserted in <%= Notification.SoneInsert.Duration|l10n 0=insertDuration>. +<%elseif soneStatus|match value="insert-aborted"> + Inserting your Sone <%sone.niceName|html> has failed. +<%/if> \ No newline at end of file