summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/luasrc/view/splash_splash
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash/luasrc/view/splash_splash')
-rw-r--r--applications/luci-splash/luasrc/view/splash_splash/splash.htm4
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 9c165802fb..aa31986636 100644
--- a/applications/luci-splash/luasrc/view/splash_splash/splash.htm
+++ b/applications/luci-splash/luasrc/view/splash_splash/splash.htm
@@ -1,7 +1,7 @@
<%+header%>
<%+splash/splash%>
<form method="get" action="<%=controller%>/splash/splash/activate">
- <input type="submit" value="<%:decline Ablehnen%>" />
- <input type="submit" name="accept" value="<%:accept Annehmen%>" />
+ <input type="submit" value="<%:decline%>" />
+ <input type="submit" name="accept" value="<%:accept%>" />
</form>
<%+footer%> \ No newline at end of file