1
0
Fork 0
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:
epriestley 2011-06-22 16:29:07 -07:00
parent e480233eb8
commit 451b0e07dc

View file

@ -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;
}