mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
"Allow untested app" wording
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
833489d754
commit
c65407398a
5 changed files with 8 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
4
dist/settings-apps-view-7418.js
vendored
4
dist/settings-apps-view-7418.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-apps-view-7418.js.map
vendored
2
dist/settings-apps-view-7418.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