diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-06-20 12:08:23 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-06-20 14:20:48 +0200 |
commit | 9eaccaf2b1b3545a610f1b57e20a7ca0082d0943 (patch) | |
tree | e9f2b645a549504c6d26d875c97e9b8caa9bac36 /apps/federatedfilesharing/templates | |
parent | 99833ecffad341d5878942cd35a1b7b5c4e6496e (diff) | |
download | nextcloud-server-9eaccaf2b1b3545a610f1b57e20a7ca0082d0943.tar.gz nextcloud-server-9eaccaf2b1b3545a610f1b57e20a7ca0082d0943.zip |
s/ownCloud/Nextcloud
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 4cc8e75ab07..9699591b84d 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -57,7 +57,7 @@ if ($_['showShareIT']) { style="padding:10px;background-color:#0082c9;color:#fff;border-radius:3px;padding-left:4px;"> <img src="<?php p($_['owncloud_logo_path']); ?>" style="width:50px;position:relative;top:8px;"> - <?php p($l->t('Share with me via ownCloud')); ?> + <?php p($l->t('Share with me via Nextcloud')); ?> </a> </p> @@ -67,7 +67,7 @@ if ($_['showShareIT']) { style="padding:10px;background-color:#0082c9;color:#fff;border-radius:3px;padding-left:4px;"> <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL($_['owncloud_logo_path'])); ?>" style="width:50px;position:relative;top:8px;"> - <?php p($l->t('Share with me via ownCloud')); ?> + <?php p($l->t('Share with me via Nextcloud')); ?> </a></xmp> </p> |