commit | 39f3155c17094736c8656d457e01550413ee35c4 | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Fri Dec 01 13:28:42 2017 -0800 |
committer | Kasper Nilsson <kaspern@google.com> | Mon Dec 04 20:46:33 2017 +0000 |
tree | 250192faf531183b7995d2ed172daead33825ef6 | |
parent | cfa0e4334e96c2b224569a0d6b87da9072e53de2 [diff] |
Sentence case action box message Change-Id: I08b8af02d838c615f42974e9524978c785c9b381
diff --git a/polygerrit-ui/app/elements/diff/gr-selection-action-box/gr-selection-action-box.html b/polygerrit-ui/app/elements/diff/gr-selection-action-box/gr-selection-action-box.html index 3993b86..5f96fce 100644 --- a/polygerrit-ui/app/elements/diff/gr-selection-action-box/gr-selection-action-box.html +++ b/polygerrit-ui/app/elements/diff/gr-selection-action-box/gr-selection-action-box.html
@@ -32,8 +32,9 @@ --tooltip-background-color: rgba(22, 22, 22, .9); } </style> - <gr-tooltip id="tooltip" - text="press c to comment" + <gr-tooltip + id="tooltip" + text="Press c to comment" position-below="[[positionBelow]]"></gr-tooltip> </template> <script src="gr-selection-action-box.js"></script>