Skip to content

Commit

Permalink
feat(editor-ui): update ResourceLocator error text (#4242)
Browse files Browse the repository at this point in the history
update error text
  • Loading branch information
mutdmour authored Sep 30, 2022
1 parent 068c5db commit b0397f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down

0 comments on commit b0397f0

Please sign in to comment.