The word 'Create' is not in core's l10n domain

This commit is contained in:
Andras Timar 2019-02-13 12:45:32 +01:00
Родитель 6ccdf464a8
Коммит 43e48e4ec5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -319,7 +319,7 @@ var odfViewer = {
$(this).ocdialog('close');
}
}, {
text: t('core', 'Create'),
text: t('richdocuments', 'Create'),
classes: 'primary',
click: function() {
var templateId = this.dataset.templateId;