summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-07-12 12:04:41 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2016-07-14 11:22:35 +0200
commit1394b0afb9b1d3d7c8952faea85873e731ccb801 (patch)
treebcaba4f8569718b0a310a35fdee0acbde781e519 /apps/files_sharing/templates
parenta0ae16aa1ab717613a11083868a4856795413991 (diff)
downloadnextcloud-server-1394b0afb9b1d3d7c8952faea85873e731ccb801.tar.gz
nextcloud-server-1394b0afb9b1d3d7c8952faea85873e731ccb801.zip
replace 'ownCloud' with 'Nextcloud'
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 8b8267a4e3f..8a906f02a7e 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -82,9 +82,9 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
?>
<span id="save" data-protected="<?php p($_['protected']) ?>"
data-owner-display-name="<?php p($_['displayName']) ?>" data-owner="<?php p($_['owner']) ?>" data-name="<?php p($_['filename']) ?>">
- <button id="save-button"><?php p($l->t('Add to your ownCloud')) ?></button>
+ <button id="save-button"><?php p($l->t('Add to your Nextcloud')) ?></button>
<form class="save-form hidden" action="#">
- <input type="text" id="remote_address" placeholder="user@example.com/owncloud"/>
+ <input type="text" id="remote_address" placeholder="user@yourNextcloud.org"/>
<button id="save-button-confirm" class="icon-confirm svg" disabled></button>
</form>
</span>