Fix and update translations

This commit is contained in:
Matias De lellis
2020-06-16 16:46:10 -03:00
parent a4eeaf9128
commit c6d7b99974
7 changed files with 18 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ const QnDialogs = {
var $dlg = $tmpl.octemplate({
dialog_name: dialogName,
title: t('quicknotes', 'Share note'),
message: t('quicknotes', 'Select the users to share'),
message: t('quicknotes', 'Select the users to share. By default you only share the note. Attachments should be shared from files so they can view it.'),
type: 'none'
});