mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #49717 from nextcloud/rakekniven-patch-1
chore(i18n): Improved grammar
This commit is contained in:
commit
101c7575ae
5 changed files with 7 additions and 7 deletions
|
|
@ -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 })
|
||||
},
|
||||
|
|
|
|||
4
dist/settings-apps-view-4529.js
vendored
4
dist/settings-apps-view-4529.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-apps-view-4529.js.map
vendored
2
dist/settings-apps-view-4529.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue