You know it makes sense.
Can this be a configuration option? I may or may not have a plan to eventually run a Mastodon instance which uses another name.
This is already possible if you want to do it on your own site. All you need to do is edit /app/assets/javascripts/components/locales/en.jsx
.
- "notification.favourite": "{name} favourited your status",
- "notification.reblog": "{name} reblogged your status",
+ "notification.favourite": "{name} favourited your toot",
+ "notification.reblog": "{name} reblogged your toot",
_etc._
It's done
Most helpful comment
It's done