X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fnotify%2FsoneInsertNotification.html;h=d760191cb7393555b07e70514f97edd6cbfa0555;hp=27374adec890624b0a70a67fbf9ce20790eb7c09;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=f44aa96bb0b188ffcb33b6c7fbdc5a86815d04b7 diff --git a/src/main/resources/templates/notify/soneInsertNotification.html b/src/main/resources/templates/notify/soneInsertNotification.html index 27374ad..d760191 100644 --- a/src/main/resources/templates/notify/soneInsertNotification.html +++ b/src/main/resources/templates/notify/soneInsertNotification.html @@ -1,7 +1,7 @@ -<%if soneStatus|match value="inserting"> +<%if soneStatus|match value=="inserting"> Your Sone <%insertSone.niceName|html> is now being inserted. -<%elseif soneStatus|match value="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"> +<%elseif soneStatus|match value=="insert-aborted"> Inserting your Sone <%insertSone.niceName|html> has failed. <%/if> \ No newline at end of file