X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fnotify%2FsoneInsertNotification.html;h=27374adec890624b0a70a67fbf9ce20790eb7c09;hp=8d3260d1c94c5a4a46900d3f2bd92ff103d51602;hb=6ceda699ed09af534cfb6c4dd1dc95c476d135b7;hpb=89a905395984ec35e313b07594e21773ffd3d9d8 diff --git a/src/main/resources/templates/notify/soneInsertNotification.html b/src/main/resources/templates/notify/soneInsertNotification.html index 8d3260d..27374ad 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. + Your Sone <%insertSone.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>. + Your Sone <%insertSone.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. + Inserting your Sone <%insertSone.niceName|html> has failed. <%/if> \ No newline at end of file