Merge branch 'master' into redesign-2015
This commit is contained in:
@@ -142,8 +142,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
|
||||
if (!$tasks) {
|
||||
return $this->renderMiniPanel(
|
||||
'No "Unbreak Now!" Tasks',
|
||||
'Nothing appears to be critically broken right now.');
|
||||
pht('No "Unbreak Now!" Tasks'),
|
||||
pht('Nothing appears to be critically broken right now.'));
|
||||
}
|
||||
|
||||
$href = urisprintf(
|
||||
@@ -189,10 +189,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
|
||||
if (!$tasks) {
|
||||
return $this->renderMiniPanel(
|
||||
'No "Needs Triage" Tasks',
|
||||
hsprintf(
|
||||
'No tasks in <a href="/project/">projects you are a member of</a> '.
|
||||
'need triage.'));
|
||||
pht('No "Needs Triage" Tasks'),
|
||||
pht('No tasks in projects you are a member of need triage.'));
|
||||
}
|
||||
|
||||
$title = pht('Needs Triage');
|
||||
@@ -227,8 +225,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
|
||||
if (!$blocking && !$active) {
|
||||
return $this->renderMiniPanel(
|
||||
'No Waiting Revisions',
|
||||
'No revisions are waiting on you.');
|
||||
pht('No Waiting Revisions'),
|
||||
pht('No revisions are waiting on you.'));
|
||||
}
|
||||
|
||||
$title = pht('Revisions Waiting on You');
|
||||
@@ -281,8 +279,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
|
||||
if (!$tasks) {
|
||||
return $this->renderMiniPanel(
|
||||
'No Assigned Tasks',
|
||||
'You have no assigned tasks.');
|
||||
pht('No Assigned Tasks'),
|
||||
pht('You have no assigned tasks.'));
|
||||
}
|
||||
|
||||
$title = pht('Assigned Tasks');
|
||||
@@ -362,8 +360,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
|
||||
if (!$commits) {
|
||||
return $this->renderMinipanel(
|
||||
'No Audits',
|
||||
'No commits are waiting for you to audit them.');
|
||||
pht('No Audits'),
|
||||
pht('No commits are waiting for you to audit them.'));
|
||||
}
|
||||
|
||||
$view = id(new PhabricatorAuditListView())
|
||||
@@ -401,8 +399,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
|
||||
if (!$commits) {
|
||||
return $this->renderMinipanel(
|
||||
'No Problem Commits',
|
||||
'No one has raised concerns with your commits.');
|
||||
pht('No Problem Commits'),
|
||||
pht('No one has raised concerns with your commits.'));
|
||||
}
|
||||
|
||||
$view = id(new PhabricatorAuditListView())
|
||||
|
||||
Reference in New Issue
Block a user