X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fnotify%2FsoneInsertNotification.html;h=d760191cb7393555b07e70514f97edd6cbfa0555;hp=8d3260d1c94c5a4a46900d3f2bd92ff103d51602;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=89ab5e83e3fa9afb983093ac4ab8445f83348ea3 diff --git a/src/main/resources/templates/notify/soneInsertNotification.html b/src/main/resources/templates/notify/soneInsertNotification.html index 8d3260d..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"> - 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 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