mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Conpherence - fix some text to use "Message"
Summary: nice title Test Plan: looks good, still loads Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5718
This commit is contained in:
parent
ed02823eaf
commit
9d5fc041f6
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ final class ConpherenceHovercardEventListener extends PhutilEventListener {
|
|||
|
||||
$conpherence_uri = new PhutilURI(
|
||||
'/conpherence/new/?participant='.$user->getPHID());
|
||||
$name = pht('Start a Conpherence');
|
||||
$name = pht('Send a Message');
|
||||
$hovercard->addAction($name, $conpherence_uri, true);
|
||||
|
||||
$event->setValue('hovercard', $hovercard);
|
||||
|
|
|
@ -156,7 +156,7 @@ final class ConpherenceLayoutView extends AphrontView {
|
|||
array(
|
||||
'class' => 'text'
|
||||
),
|
||||
pht('You do not have any conpherences yet.')),
|
||||
pht('You do not have any messages yet.')),
|
||||
javelin_tag(
|
||||
'a',
|
||||
array(
|
||||
|
@ -164,7 +164,7 @@ final class ConpherenceLayoutView extends AphrontView {
|
|||
'class' => 'button',
|
||||
'sigil' => 'workflow',
|
||||
),
|
||||
pht('Start a Conpherence'))
|
||||
pht('Send a Message'))
|
||||
)),
|
||||
javelin_tag(
|
||||
'div',
|
||||
|
|
|
@ -62,7 +62,7 @@ final class PhabricatorHovercardExample extends PhabricatorUIExample {
|
|||
->setObjectHandle($user_handle)
|
||||
->addField(pht('Status'), 'Available')
|
||||
->addField(pht('Member since'), '30. February 1750')
|
||||
->addAction(pht('Start a Conpherence'), '/dev/null')
|
||||
->addAction(pht('Send a Message'), '/dev/null')
|
||||
->setUser($user));
|
||||
$elements[] = $panel;
|
||||
|
||||
|
|
Loading…
Reference in a new issue