change default reminder message; show people & unnamed icons blue for clickable

This commit is contained in:
2024-11-24 20:14:30 -07:00
parent 4db6bbd8d5
commit 60f066bda0
7 changed files with 22 additions and 16 deletions

View File

@@ -231,7 +231,7 @@ export default class PushNotificationPermission extends Vue {
if (this.pushType === this.DIRECT_PUSH_TITLE) {
this.messageInput =
"Just a friendly reminder: click and share some gratitude with the world.";
"Click to share some gratitude with the world -- even if they're unnamed.";
// focus on the message input
setTimeout(function () {
document.getElementById("push-message")?.focus();