Skip to content

Commit ef6c4c3

Browse files
committed
fixup! fix(local-unit): update add and edit permission for local unit form
1 parent 884553f commit ef6c4c3

File tree

2 files changed

+1
-2
lines changed
  • app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitView

2 files changed

+1
-2
lines changed

app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitView/OtherProfilesDiffOutput/i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"namespace": "countryNsOverviewContextAndStructure",
33
"strings": {
4-
"otherProfileOutputLabel": "Other Profiles",
54
"otherProfilePositionOutputLabel": "Position",
65
"otherProfileNumberOutputLabel": "Number"
76
}

app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ function LocalUnitView(props: Props) {
900900
>
901901
<TextOutput
902902
strongValue
903-
label={strings.localUnitViewMidwife}
903+
label={strings.localUnitViewPharmacists}
904904
value={newValue?.health?.pharmacists}
905905
/>
906906
</DiffWrapper>

0 commit comments

Comments
 (0)