diff options
Diffstat (limited to 'applications/luci-splash/luasrc/view/splash_splash')
-rw-r--r-- | applications/luci-splash/luasrc/view/splash_splash/splash.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-splash/luasrc/view/splash_splash/splash.htm b/applications/luci-splash/luasrc/view/splash_splash/splash.htm index 413efbe2e6..01dfd05c1c 100644 --- a/applications/luci-splash/luasrc/view/splash_splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash_splash/splash.htm @@ -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%> |