diff options
author | Mario <mario@mariovavti.com> | 2021-08-22 10:13:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-22 10:13:25 +0000 |
commit | 052633d57084e718323235503653106165c6f930 (patch) | |
tree | 809678423b00926bf524e057957131f12c18afe9 | |
parent | 3bb71a6ba88c42744652d793ae767cf0c79388bd (diff) | |
download | volse-hubzilla-052633d57084e718323235503653106165c6f930.tar.gz volse-hubzilla-052633d57084e718323235503653106165c6f930.tar.bz2 volse-hubzilla-052633d57084e718323235503653106165c6f930.zip |
improve documentation
-rw-r--r-- | Zotlabs/Lib/Apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index d7d225e9a..1c3daf158 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -577,7 +577,7 @@ class Apps { /** - * @brief Render a simple app install button with app name and description. + * @brief Render a simple app install button with app name and description without checking requirements. * * @param string $app app name * @return string |