mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-19 07:41:18 -05:00
Fix text layout in edition history dropdown (#38485)
This commit is contained in:
parent
52df641172
commit
b1bb3baefb
|
|
@ -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'
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user