Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ServiceDetails(props: Readonly<ServiceDetailsProps>): ReactNode
{service.privateSupplier === true ? t("Yes") : t("No")}
</DescriptionDetails>

<DescriptionTerm>{t("Owners")}</DescriptionTerm>
<DescriptionTerm>{t("Service owners")}</DescriptionTerm>
<DescriptionDetails>
{owners.length > 0 ? (
<ul className="flex flex-col gap-1">
Expand All @@ -98,7 +98,7 @@ export function ServiceDetails(props: Readonly<ServiceDetailsProps>): ReactNode
) : null}
</DescriptionDetails>

<DescriptionTerm>{t("Providers")}</DescriptionTerm>
<DescriptionTerm>{t("Service providers")}</DescriptionTerm>
<DescriptionDetails>
{providers.length > 0 ? (
<ul className="flex flex-col gap-1">
Expand Down
26 changes: 10 additions & 16 deletions apps/knowledge-base/messages/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -3848,12 +3848,18 @@ msgid "BDKvax"
msgstr "Private supplier"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-details.tsx:83
msgid "srCJeL"
msgstr "Owners"
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:162
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:167
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/sshoc-services/_components/service-details.tsx:59
msgid "M7VlaO"
msgstr "Service owners"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-details.tsx:101
msgid "IL1Uey"
msgstr "Providers"
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:183
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:188
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/sshoc-services/_components/service-details.tsx:76
msgid "An9l/F"
msgstr "Service providers"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-edit-form.tsx:38
msgid "ddAGqA"
Expand Down Expand Up @@ -3883,12 +3889,6 @@ msgstr "Organisational units"
msgid "C+im46"
msgstr "Add service owner"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:162
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:167
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/sshoc-services/_components/service-details.tsx:59
msgid "M7VlaO"
msgstr "Service owners"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:163
msgid "ZK3fsS"
msgstr "No service owners"
Expand All @@ -3897,12 +3897,6 @@ msgstr "No service owners"
msgid "ip3W/m"
msgstr "Add service provider"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:183
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:188
#: app/(app)/[locale]/(dashboard)/dashboard/administrator/sshoc-services/_components/service-details.tsx:76
msgid "An9l/F"
msgstr "Service providers"

#: app/(app)/[locale]/(dashboard)/dashboard/administrator/internal-services/_components/service-form.tsx:184
msgid "9SV1zD"
msgstr "No service providers"
Expand Down
Loading