0
0
Fork 0

Change design of embed modal in web UI (#31801)

This commit is contained in:
Eugen Rochko 2024-09-12 14:54:16 +02:00 committed by GitHub
parent ab763c493f
commit 24ef8255b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 278 additions and 245 deletions

View file

@ -55,7 +55,7 @@ const messages = defineMessages({
unmuteConversation: { id: 'status.unmute_conversation', defaultMessage: 'Unmute conversation' },
pin: { id: 'status.pin', defaultMessage: 'Pin on profile' },
unpin: { id: 'status.unpin', defaultMessage: 'Unpin from profile' },
embed: { id: 'status.embed', defaultMessage: 'Embed' },
embed: { id: 'status.embed', defaultMessage: 'Get embed code' },
admin_account: { id: 'status.admin_account', defaultMessage: 'Open moderation interface for @{name}' },
admin_status: { id: 'status.admin_status', defaultMessage: 'Open this post in the moderation interface' },
admin_domain: { id: 'status.admin_domain', defaultMessage: 'Open moderation interface for {domain}' },