diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-12-22 14:39:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 14:39:16 +0100 |
commit | a581e2fab3c189b6af4ec993bfb134c02fe779aa (patch) | |
tree | 94173f7e651a0f333915e790b76677763a539d3c /settings/templates/apps.php | |
parent | b03876ac41247308331053e40e7925441e10cacb (diff) | |
parent | c86f779e4a3f4fd71cd71ee7c88c24d87b191817 (diff) | |
download | nextcloud-server-a581e2fab3c189b6af4ec993bfb134c02fe779aa.tar.gz nextcloud-server-a581e2fab3c189b6af4ec993bfb134c02fe779aa.zip |
Merge pull request #2751 from nextcloud/backport-2643-apps-buttons-wording
[stable11] fix wording for apps mgmt buttons
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index a5a98ea506f..9f27b53e5e8 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -134,7 +134,7 @@ script( <input class="enable{{#if needsDownload}} needs-download{{/if}}" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable"));?>"/> {{/if}} {{#if canUnInstall}} - <input class="uninstall" type="submit" value="<?php p($l->t('Uninstall App')); ?>" data-appid="{{id}}" /> + <input class="uninstall" type="submit" value="<?php p($l->t('Uninstall app')); ?>" data-appid="{{id}}" /> {{/if}} <div class="warning hidden"></div> |