Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/ConversationSettings/LinkShareSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<label for="link_share_settings_toggle_guests">{{ t('spreed', 'Allow guests') }}</label>
</div>
</div>
<div v-show="isSharedPublicly" class="app-settings-subsection">
<div v-show="isSharedPublicly" class="app-settings-subsection" aria-live="polite">
<div id="link_share_settings_password_hint" class="app-settings-section__hint">
{{ t('spreed', 'Set a password to restrict who can use the public link.') }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConversationSettings/ListableSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@change="toggleListableUsers">
<label for="listable_settings_registered_users_checkbox">{{ t('spreed', 'Open conversation to registered users') }}</label>
</div>
<div v-if="listable !== LISTABLE.NONE" class="indent">
<div v-if="listable !== LISTABLE.NONE" class="indent" aria-live="polite">
<div id="moderation_settings_listable_conversation_hint" class="app-settings-section__hint">
{{ t('spreed', 'This conversation will be shown in search results') }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConversationSettings/LobbySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<label for="moderation_settings_enable_lobby_checkbox">{{ t('spreed', 'Enable lobby') }}</label>
</div>
</div>
<div class="app-settings-subsection">
<div class="app-settings-subsection" aria-live="polite">
<div v-if="hasLobbyEnabled" id="moderation_settings_lobby_timer_hint" class="app-settings-section__hint">
{{ t('spreed', 'After the time limit the lobby will be automatically disabled.') }}
</div>
Expand Down