X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=2bf98fd3da19769829f66342ae48ca7125afccc8;hp=c54088a735373703b4003b495263fd670c139c03;hb=4e434a3126ba1c216d97638995dc3d21fcf86f1c;hpb=9fa8fd54c51ff20b47a21dceb45a7acc8a6cc974 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index c54088a..2bf98fd 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -9,7 +9,7 @@ registerInputTextareaSwap("#sone #options input[name=posts-per-page]", postsPerPageText, "posts-per-page", true, true); }); getTranslation("WebInterface.DefaultText.Option.CharactersPerPost", function(postsPerPageText) { - registerInputTextareaSwap("#sone #options input[name=posts-per-page]", postsPerPageText, "posts-per-page", true, true); + registerInputTextareaSwap("#sone #options input[name=characters-per-post]", postsPerPageText, "characters-per-post", true, true); }); getTranslation("WebInterface.DefaultText.Option.PositiveTrust", function(positiveTrustText) { registerInputTextareaSwap("#sone #options input[name=positive-trust]", positiveTrustText, "positive-trust", true, true);