mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(editor-ui): update ResourceLocator error text (#4242)
update error text
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
<a @click="openCredential">{{
|
<a @click="openCredential">{{
|
||||||
$locale.baseText('resourceLocator.mode.list.error.description.part2')
|
$locale.baseText('resourceLocator.mode.list.error.description.part2')
|
||||||
}}</a>
|
}}</a>
|
||||||
{{ $locale.baseText('resourceLocator.mode.list.error.description.part3') }}
|
|
||||||
</n8n-text>
|
</n8n-text>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -727,9 +727,8 @@
|
|||||||
"resourceLocator.mode.list": "From list",
|
"resourceLocator.mode.list": "From list",
|
||||||
"resourceLocator.mode.list.disabled.title": "Change to Fixed mode to choose 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.title": "Could not load list",
|
||||||
"resourceLocator.mode.list.error.description.part1": "Check that your",
|
"resourceLocator.mode.list.error.description.part1": "Please",
|
||||||
"resourceLocator.mode.list.error.description.part2": "credential",
|
"resourceLocator.mode.list.error.description.part2": "check your credential",
|
||||||
"resourceLocator.mode.list.error.description.part3": "is set up correctly",
|
|
||||||
"resourceLocator.mode.list.noResults": "No results",
|
"resourceLocator.mode.list.noResults": "No results",
|
||||||
"resourceLocator.mode.list.openUrl": "Open URL",
|
"resourceLocator.mode.list.openUrl": "Open URL",
|
||||||
"resourceLocator.mode.list.placeholder": "Choose...",
|
"resourceLocator.mode.list.placeholder": "Choose...",
|
||||||
|
|||||||
Reference in New Issue
Block a user