diff --git a/src/IDF/Views/Project.php b/src/IDF/Views/Project.php index 509c692..723b02c 100644 --- a/src/IDF/Views/Project.php +++ b/src/IDF/Views/Project.php @@ -60,7 +60,7 @@ class IDF_Views_Project public function timeline($request, $match) { $prj = $request->project; - $title = sprintf(__('%s Timeline'), (string) $prj); + $title = sprintf(__('%s Updates'), (string) $prj); $team = $prj->getMembershipData(); $pag = new IDF_Timeline_Paginator(new IDF_Timeline()); diff --git a/src/IDF/templates/project/home.html b/src/IDF/templates/project/home.html index 4c83e81..b22d4cc 100644 --- a/src/IDF/templates/project/home.html +++ b/src/IDF/templates/project/home.html @@ -3,7 +3,7 @@ {block tabhome} class="active"{/block} {block subtabs}