Browse Source

chore: text update

pull/8188/head
Raju Udava 3 months ago
parent
commit
d587912976
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue
  2. 2
      packages/nc-gui/lang/en.json

2
packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue

@ -386,7 +386,7 @@ useMenuCloseOnEsc(open)
<div class="nc-fields-list">
<div
v-if="!fields?.filter((el) => el.title.toLowerCase().includes(filterQuery.toLowerCase())).length"
class="px-2 py-6 text-gray-500 flex flex-col items-center gap-6"
class="px-2 py-6 text-gray-500 flex flex-col items-center gap-6 text-center"
>
<img
src="~assets/img/placeholder/no-search-result-found.png"

2
packages/nc-gui/lang/en.json

@ -434,7 +434,7 @@
"selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here",
"noOptionsFound": "No options found",
"surveyFormSubmitConfirmMsg": "Are you sure you want to submit this form?",
"noResultsMatchedYourSearch": "No results matched your search"
"noResultsMatchedYourSearch": "Your search did not yield any matching results."
},
"labels": {
"selectYear": "Select Year",

Loading…
Cancel
Save