Merge pull request #7787 from nextcloud/bugfix/noid/help-translators

Help translators by clarifying it's a note
This commit is contained in:
rakekniven 2022-08-23 14:07:57 +02:00 коммит произвёл GitHub
Родитель fa446078dc 94a1afb9a1
Коммит e54a3ae840
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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', '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.') }}
</div>
<NcMultiselect :value="selectedOption"
:options="expirationOptions"