fix(settings): Expected string aria-label got boolean error

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/42112/head
Christopher Ng 6 months ago
parent 32fad8f692
commit 29867d64c8

@ -50,7 +50,7 @@ export default {
if (this.app.needsDownload) {
return t('settings', 'The app will be downloaded from the App Store')
}
return false
return null
},
forceEnableButtonTooltip() {
const base = t('settings', 'This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.')

Loading…
Cancel
Save