mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
feat(editor-ui): update ResourceLocator error text (#4242)
update error text
This commit is contained in:
parent
068c5db1ee
commit
b0397f0262
|
@ -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>
|
||||
|
|
|
@ -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...",
|
||||
|
|
Loading…
Reference in a new issue