mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
some cleanup
This commit is contained in:
parent
e449a9d8d1
commit
7ce4f49cd5
@ -204,9 +204,7 @@ export function RoomStatusBarView({ vm }: Readonly<RoomStatusBarViewProps>): JSX
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
<div className={styles.container}>
|
||||
<Text weight="semibold">{_t("room|status_bar|some_messages_not_sent")}</Text>
|
||||
</div>
|
||||
<Text weight="semibold" className={styles.container}>{_t("room|status_bar|failed_to_create_room_title")}</Text>
|
||||
</Banner>
|
||||
);
|
||||
}
|
||||
@ -244,7 +242,7 @@ export function RoomStatusBarView({ vm }: Readonly<RoomStatusBarViewProps>): JSX
|
||||
return (
|
||||
<Banner type="critical" actions={actions}>
|
||||
<div className={styles.container}>
|
||||
<Text weight="semibold">{_t("room|status_bar|failed_to_create_room_title")}</Text>
|
||||
<Text weight="semibold">{_t("room|status_bar|some_messages_not_sent")}</Text>
|
||||
<Text className={styles.description}>{_t("room|status_bar|select_messages_to_retry")}</Text>
|
||||
</div>
|
||||
</Banner>
|
||||
|
||||
@ -2127,18 +2127,18 @@
|
||||
},
|
||||
"status_bar": {
|
||||
"delete_all": "Delete all",
|
||||
"exceeded_resource_limit_description": "Please contact your service administrator to continue using the service.",
|
||||
"exceeded_resource_limit_title": "Your message wasn't sent because this homeserver has exceeded a resource limit.",
|
||||
"failed_to_create_room_title": "Could not start a chat with this user",
|
||||
"history_visible": "Messages you send will be shared with new members invited to this room. <a>Learn more</a>",
|
||||
"homeserver_blocked_title": "Your message wasn't sent because this homeserver has been blocked by its administrator.",
|
||||
"monthly_user_limit_reached_title": "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit.",
|
||||
"exceeded_resource_limit_description": "Please contact your service administrator to continue using the service.",
|
||||
"requires_consent_agreement_title": "You can't send any messages until you review and agree to our terms and conditions.",
|
||||
"retry_all": "Retry all",
|
||||
"select_messages_to_retry": "You can select all or individual messages to retry or delete",
|
||||
"server_connectivity_lost_description": "Sent messages will be stored until your connection has returned.",
|
||||
"server_connectivity_lost_title": "Connectivity to the server has been lost.",
|
||||
"some_messages_not_sent": "Some of your messages have not been sent",
|
||||
"failed_to_create_room_title": "Could not start a chat with this user"
|
||||
"some_messages_not_sent": "Some of your messages have not been sent"
|
||||
},
|
||||
"unknown_status_code_for_timeline_jump": "unknown status code",
|
||||
"unread_notifications_predecessor": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user