From aedfa0ce184c952ad8c37bf6c6cbe4f83e7b1965 Mon Sep 17 00:00:00 2001 From: DanielMurray97 Date: Wed, 27 Mar 2024 13:27:21 +0000 Subject: [PATCH] Update Add Team description to be consistent with the style from teams documentation on GitHub --- src/views/add-team.html | 4 ++-- test/mock/text.mock.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/add-team.html b/src/views/add-team.html index 18c9d3a..c12755b 100644 --- a/src/views/add-team.html +++ b/src/views/add-team.html @@ -5,10 +5,10 @@ {% endblock %} {% block pageContent %} -

Add a GitHub Team

+

Add a new team

- GitHub Teams can be used to manage repository permissions and mentions for groups of members. + Teams are groups of organisation members that reflect your company or group's structure with cascading access permissions and mentions.

{% include "include/error-list.html" %} diff --git a/test/mock/text.mock.ts b/test/mock/text.mock.ts index 3a44bb5..8c190b1 100644 --- a/test/mock/text.mock.ts +++ b/test/mock/text.mock.ts @@ -18,7 +18,7 @@ export const MOCK_BY_ID_ADD_MEMBER_RESPONSE = 'GitHub handle: example, Member ID // add-team reponse mocks -export const MOCK_GET_ADD_TEAM_RESPONSE = 'Add a GitHub Team'; +export const MOCK_GET_ADD_TEAM_RESPONSE = 'Add a new team'; export const MOCK_POST_ADD_TEAM_RESPONSE = 'Team Name: team1, Team Maintainer GitHub Handle: bob, Team ID: '; export const MOCK_BY_ID_TEAM_RESPONSE = 'Team Name: team1, Team ID: ';