From e6c75ed17321ecf873a45a98a942511550b823cb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 10 Feb 2021 20:21:04 +0100 Subject: [PATCH] web: fix untranslated strings --- web/src/elements/policies/BoundPoliciesList.ts | 4 ++-- web/src/pages/applications/ApplicationListPage.ts | 4 ++-- web/src/pages/flows/BoundStagesList.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/elements/policies/BoundPoliciesList.ts b/web/src/elements/policies/BoundPoliciesList.ts index 18d2aa93d..a51eea0c2 100644 --- a/web/src/elements/policies/BoundPoliciesList.ts +++ b/web/src/elements/policies/BoundPoliciesList.ts @@ -41,13 +41,13 @@ export class BoundPoliciesList extends Table { html` - Edit + ${gettext("Edit")}
  - Delete + ${gettext("Delete")}
diff --git a/web/src/pages/applications/ApplicationListPage.ts b/web/src/pages/applications/ApplicationListPage.ts index 9c3770f92..9dc258af0 100644 --- a/web/src/pages/applications/ApplicationListPage.ts +++ b/web/src/pages/applications/ApplicationListPage.ts @@ -62,13 +62,13 @@ export class ApplicationListPage extends TablePage { html` - Edit + ${gettext("Edit")}
  - Delete + ${gettext("Delete")}
diff --git a/web/src/pages/flows/BoundStagesList.ts b/web/src/pages/flows/BoundStagesList.ts index 3f957e735..41e54cdc4 100644 --- a/web/src/pages/flows/BoundStagesList.ts +++ b/web/src/pages/flows/BoundStagesList.ts @@ -42,13 +42,13 @@ export class BoundStagesList extends Table { html` - Edit + ${gettext("Edit")}
- Delete + ${gettext("Delete")}