diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-06-13 22:44:12 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-13 22:44:12 +0200 |
commit | b73972f3a1013978502be3ea90701d34613063ce (patch) | |
tree | 8c0f13826bf25c95577309e139287a4c3902a930 /core | |
parent | 757ca9593ae31d9df93271b165b8e64a5befaca1 (diff) | |
download | nextcloud-server-b73972f3a1013978502be3ea90701d34613063ce.tar.gz nextcloud-server-b73972f3a1013978502be3ea90701d34613063ce.zip |
Add more branding
- Shows "Nextcloud will be updated" in the updater screen
- Shows "Nextcloud" if you add a bookmark on iOS instead of "ownCloud"
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index f7714231264..3a7fb0454e8 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -16,7 +16,7 @@ <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> - <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid']!='files')? $_['application']:'ownCloud'); ?>"> + <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid']!='files')? $_['application']:'Nextcloud'); ?>"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>"> <link rel="shortcut icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>"> |