Skip to content

Commit

Permalink
Rename owncloud__theme_entitiy_name to owncloud__theme_entity_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbicha committed Jan 18, 2017
1 parent e6f9ea3 commit 3a6ec66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}';
}

/**
Expand Down

0 comments on commit 3a6ec66

Please sign in to comment.