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/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-04-27 22:38:18 +0300
committerJulius Härtl <jus@bitgrid.net>2020-05-11 13:27:20 +0300
commit676e103f7d8ab466f2bd458de2d4d51bd56d3694 (patch)
treeec2c1d4566479747d1f47c19342dc76a307f76b4 /src
parented1d8aa889b9455c785eee07c6134170daf71d2d (diff)
Fix button wording
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/AdminSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index c39891a7..ef612e75 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -113,9 +113,9 @@
<li>{{ t('richdocuments', 'The users documents will not be retained by a third party after their session completes except in exceptional circumstances. By using the service, the user gives permission for Collabora engineers to exceptionally use such document data, solely for the purpose of providing, optimizing and improving Collabora Online. Such document data will remain confidential to Collabora and/or any third party providing a demo server.') }}</li>
</ul>
<p>{{ t('richdocuments', 'At the first use and after an update, each user will get the warning, explaining all the above.') }}</p>
- <input type="button" class="primary" :value="t('richdocuments', 'Use the demo server')"
+ <input type="button" class="primary" :value="t('richdocuments', 'I agree, and use the demo server')"
@click="approvedDemoModal=true">
- <input type="button" :value="t('richdocuments', 'Setup your own server')" @click="serverMode = 'custom'">
+ <input type="button" :value="t('richdocuments', 'I will setup my own server')" @click="serverMode = 'custom'">
</div>
</modal>