mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
A11Y: Improve accessibility for saved status message (#18950)
Toggling channel settings shows a status message when saved. This status message is not accessible to screen readers. This commit ensures that the status message is made accessible.
This commit is contained in:
@@ -46,6 +46,10 @@ en:
|
||||
leave_channel: "Leave channel"
|
||||
join: "Join"
|
||||
leave: "Leave"
|
||||
save_label:
|
||||
mute_channel: "Mute channel preference saved"
|
||||
desktop_notification: "Desktop notification preference saved"
|
||||
mobile_notification: "Mobile push notification preference saved"
|
||||
channel_archive:
|
||||
title: "Archive Channel"
|
||||
instructions: "<p>Archiving a channel puts it into read-only mode and moves all messages from the channel into a new or existing topic. No new messages can be sent, and no existing messages can be edited or deleted.</p><p>Are you sure you want to archive the <strong>%{channelTitle}</strong> channel?</p>"
|
||||
|
||||
Reference in New Issue
Block a user