"Allow untested app" wording

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-07-26 09:53:06 +02:00 committed by Ferdinand Thiessen
parent 833489d754
commit c65407398a
5 changed files with 8 additions and 8 deletions

View file

@ -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