aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-12-07 14:43:35 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2025-01-20 11:31:13 +0000
commitdd8f7f04755a4da568a80ab5054c501aaf1ef7e5 (patch)
tree1df4964fb3981c84ea5e8c842be90e2bc9fddc09 /apps/settings/src
parent4560981a46e99ba208d14915c9a5fc4fa2ff7baf (diff)
downloadnextcloud-server-dd8f7f04755a4da568a80ab5054c501aaf1ef7e5.tar.gz
nextcloud-server-dd8f7f04755a4da568a80ab5054c501aaf1ef7e5.zip
chore(i18n): Improved grammar
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/mixins/AppManagement.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/mixins/AppManagement.js b/apps/settings/src/mixins/AppManagement.js
index 893939bc264..94bd348040f 100644
--- a/apps/settings/src/mixins/AppManagement.js
+++ b/apps/settings/src/mixins/AppManagement.js
@@ -43,7 +43,7 @@ export default {
},
updateButtonText() {
if (this.app?.app_api && this.app?.daemon?.accepts_deploy_id === 'manual-install') {
- return t('settings', 'manual-install apps cannot be updated')
+ return t('settings', 'Manually installed apps cannot be updated')
}
return t('settings', 'Update to {version}', { version: this.app?.update })
},