diff --git a/app/views/layouts/_newmap.html.erb b/app/views/layouts/_newmap.html.erb
index 63825b57..5ebce204 100644
--- a/app/views/layouts/_newmap.html.erb
+++ b/app/views/layouts/_newmap.html.erb
@@ -25,7 +25,7 @@
- Collaborate with other mappers on editing this map. Those without accounts can view this map.
+ Anyone with an account can edit this map. Anyone without an account can only view it.
COMMONS
@@ -33,7 +33,7 @@
- Anyone, with or without an account, can view this map but not edit anything.
+ Only people you allow can edit this map. Anyone can view it.
PUBLIC
@@ -41,14 +41,14 @@
- Only you can view or edit this map.
+ Only people you allow can edit this map. No one else can view it.
PRIVATE
-
Collaborate with other mappers on editing this map. Those without accounts can view this map.
+
Anyone with an account can edit this map. Anyone without an account can only view it.
diff --git a/app/views/shared/_forkmap.html.erb b/app/views/shared/_forkmap.html.erb
index 78a7aec4..1a262d74 100644
--- a/app/views/shared/_forkmap.html.erb
+++ b/app/views/shared/_forkmap.html.erb
@@ -26,7 +26,7 @@
- Collaborate with other mappers on editing this map. Those without accounts can view this map.
+ Anyone with an account can edit this map. Anyone without an account can only view it.
COMMONS
@@ -34,7 +34,7 @@
- Anyone, with or without an account, can view this map but not edit anything.
+ Only people you allow can edit this map. Anyone can view it.
PUBLIC
@@ -42,14 +42,14 @@
- Only you can view or edit this map.
+ Only people you allow can edit this map. No one else can view it.
PRIVATE
-
Collaborate with other mappers on editing this map. Those without accounts can view this map.
+
Anyone with an account can edit this map. Anyone without an account can only view it.