mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Improve langauge for "Unsaved Draft"
Summary: Although I think the recent changes here improved things, the "Unsaved Draft" language is continuing to confuse new users. Try to find some less-confusing langauge. Open to suggestions here, too. Test Plan: Viewed unsubmitted inline comments. Reviewed By: jungejason Reviewers: aran, jungejason, gregprice CC: aran, epriestley, jungejason Differential Revision: 501
This commit is contained in:
parent
e480233eb8
commit
451b0e07dc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ final class DifferentialInlineCommentView extends AphrontView {
|
|||
|
||||
$is_draft = false;
|
||||
if (!$inline->getCommentID()) {
|
||||
$links[] = 'Unsaved Draft';
|
||||
$links[] = 'Not Submitted Yet';
|
||||
$is_draft = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue