From 10f3f0bdea05328838196914f62290e4ca6c76bc Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Sun, 24 Apr 2022 12:02:54 +0200 Subject: [PATCH] feat(wizards): Changed label of rptID (#697) * Changed label of rptID. Signed-off-by: Dennis Labordus * Set DE label correctly. Signed-off-by: Dennis Labordus --- src/translations/de.ts | 1 + src/translations/en.ts | 1 + src/wizards/reportcontrol.ts | 2 +- test/unit/wizards/__snapshots__/reportcontrol.test.snap.js | 6 +++--- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/translations/de.ts b/src/translations/de.ts index 37e9b4fe55..17e3ad9517 100644 --- a/src/translations/de.ts +++ b/src/translations/de.ts @@ -544,6 +544,7 @@ export const de: Translations = { }, report: { wizard: { location: 'Ablageort der Reports wählen' }, + rptID: 'Report-Kontrolblock Kennung', }, cleanup: { unreferencedDataSets: { diff --git a/src/translations/en.ts b/src/translations/en.ts index 50a3d65461..635d833149 100644 --- a/src/translations/en.ts +++ b/src/translations/en.ts @@ -540,6 +540,7 @@ export const en = { }, report: { wizard: { location: 'Select Report Control Location' }, + rptID: 'Report control block identifier', }, cleanup: { unreferencedDataSets: { diff --git a/src/wizards/reportcontrol.ts b/src/wizards/reportcontrol.ts index 05fc1fb089..6249ac1639 100644 --- a/src/wizards/reportcontrol.ts +++ b/src/wizards/reportcontrol.ts @@ -82,7 +82,7 @@ function contentReportControlWizard(options: ContentOptions): TemplateResult[] { .maybeValue=${options.rptID} nullable required - helper="${translate('scl.id')}" + helper="${translate('report.rptID')}" >`, html`