diff --git a/defaults/main.yml b/defaults/main.yml index ed3e89c..d4085c6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1336,17 +1336,17 @@ owncloud__theme_name: 'DebOps Cloud' owncloud__theme_name_html: '{{ owncloud__theme_name }}' -# .. envvar:: owncloud__theme_entitiy_name +# .. envvar:: owncloud__theme_entity_name # # Entity string for your ownCloud. For example the name of your company. This # string is used in the footer and the copyright. -owncloud__theme_entitiy_name: 'DebOps' +owncloud__theme_entity_name: 'DebOps' # .. envvar:: owncloud__theme_base_url # # Base URL to get more information about your ownCloud. By default, -# :envvar:`owncloud__theme_entitiy_name` links to this URL on the login page. +# :envvar:`owncloud__theme_entity_name` links to this URL on the login page. # Use an empty string to use the default URL pointing to the ownCloud website. owncloud__theme_base_url: 'https://github.com/debops/ansible-owncloud' diff --git a/templates/srv/www/sites/themes/debops-template/defaults.php.j2 b/templates/srv/www/sites/themes/debops-template/defaults.php.j2 index 1d5b4c8..9db6a70 100644 --- a/templates/srv/www/sites/themes/debops-template/defaults.php.j2 +++ b/templates/srv/www/sites/themes/debops-template/defaults.php.j2 @@ -114,7 +114,7 @@ Fallback not possible as of 9.0.2. * @return string entity name */ public function getEntity() { - return '{{ owncloud__theme_entitiy_name }}'; + return '{{ owncloud__theme_entity_name }}'; } /**