diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-06 20:57:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-06 20:57:32 +0200 |
commit | 19485e3ec9dd7933d7e480cf86364d93a3caf94b (patch) | |
tree | 5067b3731b1372c2fc82bdd938016aa23001e3be /core/templates | |
parent | a0b34dfd2f5e6ed1ea5e35692816acf73f3ede4e (diff) | |
download | nextcloud-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.php | 2 |
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 */ ?>"> |