Set untitled Conpherences to '[No Title]' so users change them

Summary: This mainly affects crumbs, makes it more clear that the Conpherence doesn't have a set title.

Test Plan: Clear a title, see [No Title]

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6099
This commit is contained in:
Chad Little
2013-05-31 11:30:55 -07:00
parent 46030f4f95
commit 127c8b806f
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ abstract class ConpherenceController extends PhabricatorController {
if ($conpherence->getTitle()) {
$title = $conpherence->getTitle();
} else {
$title = pht('Conpherence');
$title = pht('[No Title]');
}
$crumbs->addCrumb(
id(new PhabricatorCrumbView())