Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-02-13 14:45:32 +0300
committerAndras Timar <andras.timar@collabora.com>2019-02-13 14:45:32 +0300
commit43e48e4ec52e18209ca81b4553083e96cdf1cd39 (patch)
tree2b987a1efe04bc8a93ebb6ead41e429840249a0f /js
parent6ccdf464a81c4cb08fb3678994b806fbbaf59b65 (diff)
The word 'Create' is not in core's l10n domain
Diffstat (limited to 'js')
-rw-r--r--js/viewer/viewer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewer/viewer.js b/js/viewer/viewer.js
index 5f63eadd..8c13c842 100644
--- a/js/viewer/viewer.js
+++ b/js/viewer/viewer.js
@@ -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;