Modify draft comment tooltip text

Bug: Issue 9452
Change-Id: Ie22fa838553c98a2a34b613cc7afb5b9a5688e00
This commit is contained in:
Kasper Nilsson 2018-07-26 10:21:10 -07:00
parent fe14d70476
commit 581c1b957e

View File

@ -240,7 +240,7 @@ limitations under the License.
<span class="draftLabel">DRAFT</span>
<gr-tooltip-content class="draftTooltip"
has-tooltip
title="This draft is only visible to you. To publish drafts, click the red 'Reply' button at the top of the change or press the 'A' key."
title="This draft is only visible to you. To publish drafts, click the 'Reply' or 'Start review' button at the top of the change or press the 'A' key."
max-width="20em"
show-icon></gr-tooltip-content>
</div>