diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-08-19 11:48:07 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-08-19 11:48:07 +0000 |
commit | bafe0c18b32176a8031b641ca47c9afaba4ccfde (patch) | |
tree | 46205fa0acdd0b1497ca4acd2a94f0bcb5ae08f0 | |
parent | 9cf8a23f52527f1b817720c22be98a539c4d9ae0 (diff) |
applications/luci-splash: Add another missing translation
-rw-r--r-- | applications/luci-splash/luasrc/view/splash/splash.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/luasrc/view/splash/splash.htm b/applications/luci-splash/luasrc/view/splash/splash.htm index b9de464db..2ebee273b 100644 --- a/applications/luci-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash/splash.htm @@ -127,7 +127,7 @@ if has_custom_splash then <p><%:The participant agrees to not use the network in any way which will harm the infrastructure, the network itself, its operators or other participants.%></p> <h3><%:Safety%></h3> - <p>The network, like the Internet, is unencrypted and open. Each participant is responsible for the safety of their own connections and devices.</p> + <p><%:The network, like the Internet, is unencrypted and open. Each participant is responsible for the safety of their own connections and devices.%></p> <h3>Disclaimer</h3> <p><%:The operator claims no liability for loss of data, unauthorized access/damage to devices, or financial losses that participants may suffer from the use of the network.%></p> |