diff --git a/views/communities/community_currencies.php b/views/communities/community_currencies.php
index 5fe60ca..9f51ec5 100644
--- a/views/communities/community_currencies.php
+++ b/views/communities/community_currencies.php
@@ -1,7 +1,7 @@
@extends(templates/layout_normal)
@section(main)
-
= $community->getName() ?> - Edit currencies
+
diff --git a/views/communities/community_edit.php b/views/communities/community_edit.php
index 7b03346..bd2b0e1 100644
--- a/views/communities/community_edit.php
+++ b/views/communities/community_edit.php
@@ -1,7 +1,13 @@
@extends(templates/layout_normal)
@section(main)
- = isset($community) ? $community->getName() . ' - Edit' : 'New community' ?>
+
= $community->getName() ?> - Edit members
+