diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-24 16:05:05 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-24 16:05:05 +0100 |
commit | e75dede5905c3c796ca1c9d71e3ff61facf4ba56 (patch) | |
tree | 4b4b753b26d36b6917cd3630d762e9a44b8ffd92 /core/templates | |
parent | d6ade509cf33849edb10b33fb2490b2428f9091b (diff) | |
download | nextcloud-server-e75dede5905c3c796ca1c9d71e3ff61facf4ba56.tar.gz nextcloud-server-e75dede5905c3c796ca1c9d71e3ff61facf4ba56.zip |
fix some outdated naming
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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 1d0ac5fa146..2db333c1977 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -43,7 +43,7 @@ </div> <header role="banner"><div id="header"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" - id="owncloud" tabindex="1"> + id="nextcloud" tabindex="1"> <div class="logo-icon"> <h1 class="hidden-visually"> <?php p($theme->getName()); ?> |