diff --git a/src/main/js/bundles/dn_tocactiondatatable/nls/bundle.ts b/src/main/js/bundles/dn_tocactiondatatable/nls/bundle.ts index c91f28d..15f2d76 100644 --- a/src/main/js/bundles/dn_tocactiondatatable/nls/bundle.ts +++ b/src/main/js/bundles/dn_tocactiondatatable/nls/bundle.ts @@ -17,9 +17,9 @@ const i18n = { root: ({ bundleName: "TOC Action Datatable", - bundleDescription: "Dieses Bundle erweitert die TOC Actions um eine weitere, die das map.apps Ergebniscenter öffnet und dort alle Features eines Layers in tabellarischer Form anzeigt.", - actionLabel: "Tabelle anzeigen", - searchResultTitle: "Action Datentabelle" + bundleDescription: "This bundle provides an additional toc action that opens the map.apps resultcenter and shows all features of a layer in tabular form.", + actionLabel: "Show attribute table", + searchResultTitle: "Action Datatable" }), "de": true }; diff --git a/src/main/js/bundles/dn_tocactiondatatable/nls/de/bundle.ts b/src/main/js/bundles/dn_tocactiondatatable/nls/de/bundle.ts index e5fdf08..14b84f6 100644 --- a/src/main/js/bundles/dn_tocactiondatatable/nls/de/bundle.ts +++ b/src/main/js/bundles/dn_tocactiondatatable/nls/de/bundle.ts @@ -18,9 +18,9 @@ import { type Messages } from "../bundle"; const i18n = { bundleName: "TOC Action Datatable", - bundleDescription: "This bundle provides an additional toc action that opens the map.apps resultcenter and shows all features of a layer in tabular form.", - actionLabel: "Show attribute table", - searchResultTitle: "Action Datatable" + bundleDescription: "Dieses Bundle erweitert die TOC Actions um eine weitere, die das map.apps Ergebniscenter öffnet und dort alle Features eines Layers in tabellarischer Form anzeigt.", + actionLabel: "Tabelle anzeigen", + searchResultTitle: "Action Datentabelle" } satisfies Messages; export default i18n;