diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsSelectForm/tag-select-fom.style.less b/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsSelectForm/tag-select-fom.style.less index e317289cfc3..55d73c140e1 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsSelectForm/tag-select-fom.style.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsSelectForm/tag-select-fom.style.less @@ -10,7 +10,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@import (reference) '/src/styles/variables.less'; +@import (reference) '../../../styles/variables.less'; .tag-select-box.ant-select-item-option-selected { background-color: @grey-1; diff --git a/openmetadata-ui/src/main/resources/ui/src/locale/languages/de-de.json b/openmetadata-ui/src/main/resources/ui/src/locale/languages/de-de.json index bb250c51d07..eca3e4c3d2d 100644 --- a/openmetadata-ui/src/main/resources/ui/src/locale/languages/de-de.json +++ b/openmetadata-ui/src/main/resources/ui/src/locale/languages/de-de.json @@ -970,6 +970,7 @@ "table-entity-text": "Tabelle {{entityText}}", "table-lowercase": "tabelle", "table-lowercase-plural": "tabellen", + "table-partitioned": "Tabelle partitioniert", "table-plural": "Tabellen", "table-profile": "Tabellenprofil", "table-tests-summary": "Tabellentestzusammenfassung",