all: translation fixes in templates
[project/luci.git] / applications / luci-splash / luasrc / view / splash_splash / splash.htm
index 413efbe..01dfd05 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 <%+header%>
 <%+splash/splash%>
 <form method="get" action="<%=controller%>/splash/activate">
-       <input type="submit" value="<%:decline Decline%>" />
-       <input type="submit" name="accept" value="<%:accept Accept%>" />
+       <input type="submit" value="<%:Decline%>" />
+       <input type="submit" name="accept" value="<%:Accept%>" />
 </form>
 <%+footer%>