feat(editor-ui): update ResourceLocator error text (#4242)

update error text
This commit is contained in:
Mutasem Aldmour 2022-09-30 10:47:36 +02:00 committed by GitHub
parent 068c5db1ee
commit b0397f0262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -27,7 +27,6 @@
<a @click="openCredential">{{
$locale.baseText('resourceLocator.mode.list.error.description.part2')
}}</a>
{{ $locale.baseText('resourceLocator.mode.list.error.description.part3') }}
</n8n-text>
</div>
</template>

View file

@ -727,9 +727,8 @@
"resourceLocator.mode.list": "From list",
"resourceLocator.mode.list.disabled.title": "Change to Fixed mode to choose From List",
"resourceLocator.mode.list.error.title": "Could not load list",
"resourceLocator.mode.list.error.description.part1": "Check that your",
"resourceLocator.mode.list.error.description.part2": "credential",
"resourceLocator.mode.list.error.description.part3": "is set up correctly",
"resourceLocator.mode.list.error.description.part1": "Please",
"resourceLocator.mode.list.error.description.part2": "check your credential",
"resourceLocator.mode.list.noResults": "No results",
"resourceLocator.mode.list.openUrl": "Open URL",
"resourceLocator.mode.list.placeholder": "Choose...",