forked from trent_larson/crowd-funder-for-time-pwa
change default reminder message; show people & unnamed icons blue for clickable
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user