Skip to content

Commit

Permalink
Merge pull request #5 from nextcloud/info-xml
Browse files Browse the repository at this point in the history
Proper capitalization of app name
  • Loading branch information
icewind1991 authored Apr 26, 2017
2 parents 974f0b6 + 44ccc24 commit 938ae3f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Group Folders
# Group folders

Admin configured folders shared by everyone in a group.

## Configure folders

Folders can be configured from *Group Folders* in the admin settings.
Folders can be configured from *Group folders* in the admin settings.

After a folder is created, the admin can give access to the folder to one or more groups.

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<info>
<id>groupfolders</id>
<name>Group Folders</name>
<name>Group folders</name>
<summary>Admin configured folders shared by everyone in a group</summary>
<description><![CDATA[Admin configured folders shared by everyone in a group.
Folders can be configured from *Group Folders* in the admin settings.
Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups.]]></description>
<licence>AGPL</licence>
Expand Down
2 changes: 0 additions & 2 deletions build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Settings/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getID() {
* @return string
*/
public function getName() {
return $this->l->t('Group Folders');
return $this->l->t('Group folders');
}

/**
Expand Down
3 changes: 1 addition & 2 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
timeoutForMediumTests="900"
timeoutForLargeTests="900"
>
<testsuite name='Nextcloud - Group Folders App Tests'>
<testsuite name='Nextcloud - Group folders App Tests'>
<directory suffix='.php'>.</directory>
</testsuite>
<filter>
Expand All @@ -21,4 +21,3 @@
<log type="coverage-clover" target="./clover.xml"/>
</logging>
</phpunit>

0 comments on commit 938ae3f

Please sign in to comment.