mirror of https://github.com/xwiki-labs/cryptpad
fix mangled 404 translation
This commit is contained in:
parent
34d5c04eb4
commit
5f08ad2ea1
|
@ -977,7 +977,8 @@ define(function () {
|
|||
out.tos_logs = "Metadata provided by your browser to the server may be logged for the purpose of maintaining the service.";
|
||||
out.tos_3rdparties = "We do not provide individualized data to third parties unless required to by law.";
|
||||
|
||||
// 404 page out.four04_pageNotFound = "We couldn't find the page you were looking for.";
|
||||
// 404 page
|
||||
out.four04_pageNotFound = "We couldn't find the page you were looking for.";
|
||||
|
||||
// BottomBar.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue