mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-12 01:41:53 -05:00
Fix text layout in edition history dropdown (#38485)
This commit is contained in:
@@ -71,12 +71,14 @@ export const EditedTimestamp: React.FC<{
|
||||
id='status.history.created'
|
||||
defaultMessage='{name} created {date}'
|
||||
values={{ name: formattedName, date: formattedDate }}
|
||||
tagName='span'
|
||||
/>
|
||||
) : (
|
||||
<FormattedMessage
|
||||
id='status.history.edited'
|
||||
defaultMessage='{name} edited {date}'
|
||||
values={{ name: formattedName, date: formattedDate }}
|
||||
tagName='span'
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user