diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml index 4c88195c..c71f1f6d 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow-prod-docker-linux.yml @@ -52,7 +52,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: temurin # Temurin is a distribution of adoptium - java-version: 11 + java-version: 21 - name: Check out the notifications repo uses: actions/checkout@v2 diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml index 540ca6d3..1702114b 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml @@ -50,7 +50,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: temurin # Temurin is a distribution of adoptium - java-version: 11 + java-version: 21 # This is a hack, but this step creates a link to the X: mounted drive, which makes the path # short enough to work on Windows diff --git a/public/pages/Emails/components/tables/RecipientGroupsTable.tsx b/public/pages/Emails/components/tables/RecipientGroupsTable.tsx index eb3f2504..f77ecbc1 100644 --- a/public/pages/Emails/components/tables/RecipientGroupsTable.tsx +++ b/public/pages/Emails/components/tables/RecipientGroupsTable.tsx @@ -276,7 +276,7 @@ export class RecipientGroupsTable extends Component< placeholder="Search" onSearch={this.onSearchChange} />; - const createRecepientButton = + const createRecipientButton = Create recipient group ; @@ -403,7 +403,7 @@ export class RecipientGroupsTable extends Component< ), }, { - component: createRecepientButton, + component: createRecipientButton, }, ]} /> diff --git a/public/plugin.ts b/public/plugin.ts index f180e64f..6e5c812c 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -121,7 +121,7 @@ export class notificationsDashboardsPlugin core.application.register({ id: `email_groups`, - title: 'Email recepient groups', + title: 'Email recipient groups', order: 9090, workspaceAvailability: WorkspaceAvailability.outsideWorkspace, updater$: this.appStateUpdater,