Skip to content

Commit

Permalink
Change button label
Browse files Browse the repository at this point in the history
  • Loading branch information
anagperal committed Nov 7, 2024
1 parent aefc6bd commit d58492b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-11-07T10:01:24.520Z\n"
"PO-Revision-Date: 2024-11-07T10:01:24.520Z\n"
"POT-Creation-Date: 2024-11-07T10:23:53.316Z\n"
"PO-Revision-Date: 2024-11-07T10:23:53.316Z\n"

msgid "Low"
msgstr ""
Expand Down Expand Up @@ -222,12 +222,15 @@ msgstr ""
msgid "Team"
msgstr ""

msgid "Edit Role"
msgid "Edit Team"
msgstr ""

msgid "Incident Management Team Builder"
msgstr ""

msgid "Edit Role"
msgstr ""

msgid "Assign Role"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/webapp/pages/incident-action-plan/TeamSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TeamSection: React.FC<TeamSectionProps> = React.memo(props => {
startIcon={<IconEditItems24 />}
onClick={goToIncidentManagementTeamBuilder}
>
{i18n.t("Edit Role")}
{i18n.t("Edit Team")}
</Button>
}
titleVariant="secondary"
Expand Down

0 comments on commit d58492b

Please sign in to comment.