Reply-Dialog: Clarify save button tooltip not sending notification

Bug: Issue 8173
Change-Id: I73487e9266b21cd19aa6ab29690ce8408683ba83
This commit is contained in:
David Ostrovsky
2018-11-12 12:31:00 -08:00
parent ed4713eda4
commit 7064ef29bd

View File

@@ -43,7 +43,7 @@
};
const ButtonTooltips = {
SAVE: 'Save reply but do not send',
SAVE: 'Save reply but do not send notification',
START_REVIEW: 'Mark as ready for review and send reply',
SEND: 'Send reply',
};