diff options
| -rw-r--r-- | lisp/mastodon-notifications.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 51d8422..bed2d9a 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -76,7 +76,7 @@      ("Posted a poll" . "that has now ended")      ("Requested to follow" . "you")      ("Posted" . "a post") -    ("Edited" . "a post")) +    ("Edited" . "a post from"))    "Alist of subjects for notification types.")  (defvar mastodon-notifications--map | 
