Skip to content
Snippets Groups Projects
Commit ea318438 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

policies passage fix

parent 626ba061
No related branches found
No related tags found
1 merge request!9400policies passage fix
...@@ -56,7 +56,7 @@ new App.DomPassage("Manage Corporation", ...@@ -56,7 +56,7 @@ new App.DomPassage("Manage Corporation",
new App.DomPassage("Policies", new App.DomPassage("Policies",
() => { () => {
V.nextButton = "Back"; V.nextButton = "Back";
//V.nextLink = "Main"; V.nextLink = "Main";
V.encyclopedia = "Future Societies"; V.encyclopedia = "Future Societies";
return App.UI.policies(); return App.UI.policies();
}, ["jump-to-safe", "jump-from-safe"] }, ["jump-to-safe", "jump-from-safe"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment