summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-06 20:57:32 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-06 20:57:32 +0200
commit19485e3ec9dd7933d7e480cf86364d93a3caf94b (patch)
tree5067b3731b1372c2fc82bdd938016aa23001e3be /core/templates
parenta0b34dfd2f5e6ed1ea5e35692816acf73f3ede4e (diff)
downloadnextcloud-server-19485e3ec9dd7933d7e480cf86364d93a3caf94b.tar.gz
nextcloud-server-19485e3ec9dd7933d7e480cf86364d93a3caf94b.zip
Set proper web title for apple
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 6b9cd4061ed..c585c0e0cc1 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -14,7 +14,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="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">