Skip to content
Merged
Changes from 2 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/ExpirationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<template>
<div>
<div class="app-settings-section__hint">
{{ t('spreed', 'Expire chat messages after a certain time. Note: files shared into the chat will only be unshared from the conversation but are not deleted for the owner.') }}
{{ t('spreed', 'Chat messages expire after a while. Note: Files shared in chat will not be deleted for the owner, but will no longer be shared in the conversation.') }}
</div>
<NcMultiselect :value="selectedOption"
:options="expirationOptions"
Expand Down