mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-07 20:38:32 +01:00
Fixed ENRAGE typo. :)
Summary: "Enrage in Deliberations" button on Slowvote should say "Engage in Deliberations". Test Plan: Make sure the button says the right thing now. Reviewers: chad, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13591
This commit is contained in:
parent
8bf347aa9d
commit
980f22d97d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ final class SlowvoteEmbedView extends AphrontView {
|
||||||
'button',
|
'button',
|
||||||
array(
|
array(
|
||||||
),
|
),
|
||||||
pht('Enrage in Deliberations')),
|
pht('Engage in Deliberations')),
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue