Friendlier reply dialog placeholder text

The placeholder for the reply dialog textarea is changed from "Say
something..." to "Say something nice..." to encourage reviewers to be
polite and courteous.

Change-Id: Ia93fde80f48fadab652707ae1d196fa432ac0629
This commit is contained in:
Wyatt Allen
2017-02-27 17:16:08 -08:00
parent 94e093e7cb
commit 71889934c5

View File

@@ -220,7 +220,7 @@ limitations under the License.
id="textarea"
class="message"
autocomplete="on"
placeholder="Say something..."
placeholder="Say something nice..."
disabled="{{disabled}}"
rows="4"
max-rows="15"