Update "Follow" button labels (#36264)

This commit is contained in:
diondiondion 2025-09-26 12:00:50 +02:00 committed by GitHub
commit cb5bbbfb05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 78 additions and 127 deletions

View file

@ -25,8 +25,6 @@ import { domain } from 'mastodon/initial_state';
import { useAppDispatch, useAppSelector } from 'mastodon/store';
const messages = defineMessages({
follow: { id: 'account.follow', defaultMessage: 'Follow' },
unfollow: { id: 'account.unfollow', defaultMessage: 'Unfollow' },
previous: { id: 'lightbox.previous', defaultMessage: 'Previous' },
next: { id: 'lightbox.next', defaultMessage: 'Next' },
dismiss: {