Merge pull request #39575 from nextcloud/Jerome-Herbinet-better-untested-app-button-wording-1

"Allow untested app" wording
pull/39820/head
Ferdinand Thiessen 10 months ago committed by GitHub
commit 74dac12be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,9 +42,9 @@ export default {
},
forceEnableButtonText() {
if (this.app.needsDownload) {
return t('settings', 'Enable untested app')
return t('settings', 'Allow untested app')
}
return t('settings', 'Enable untested app')
return t('settings', 'Allow untested app')
},
enableButtonTooltip() {
if (this.app.needsDownload) {

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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save