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=27374adec890624b0a70a67fbf9ce20790eb7c09;hb=0df5e91852f737d760c5a9f54c5667309fbadcc2;hp=0000000000000000000000000000000000000000;hpb=356a84e5ec2bb0936b7d1cdc635f7f051788da6a;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..27374ad --- /dev/null +++ b/src/main/resources/templates/notify/soneInsertNotification.html @@ -0,0 +1,7 @@ +<%if soneStatus|match value="inserting"> + Your Sone <%insertSone.niceName|html> is now being inserted. +<%elseif soneStatus|match value="inserted"> + Your Sone <%insertSone.niceName|html> has been inserted in <%= Notification.SoneInsert.Duration|l10n 0=insertDuration>. +<%elseif soneStatus|match value="insert-aborted"> + Inserting your Sone <%insertSone.niceName|html> has failed. +<%/if> \ No newline at end of file