Skip to content

Commit

Permalink
fix(3642): update eMOU document for platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Sep 19, 2024
1 parent abda7bf commit 83b1a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/components/modal/signPublicCloudProductModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ function SignPublicCloudProductModal({
<p>For the following services;</p>
<p className="mb-2">
&emsp;&emsp;Cloud compute, storage, and container management services, which will be accessible to the
Ministry’s teams, on the Amazon Web Services platform, through the Government of Canada Cloud Brokering
Service.
Ministry’s teams, on&nbsp;
{provider === Provider.AWS ? 'the Amazon Web Services platform' : 'the Microsoft Azure platform'}, through
the Government of Canada Cloud Brokering Service.
</p>

{provider === Provider.AWS ? (
Expand Down
5 changes: 3 additions & 2 deletions app/helpers/pdfs/emou/BillingMou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ export default function BillingMou({ product, billing }: { product: Product; bil
<p>For the following services;</p>
<p className="mb-2">
&emsp;&emsp;Cloud compute, storage, and container management services, which will be accessible to the
Ministry’s teams, on the Amazon Web Services platform, through the Government of Canada Cloud Brokering
Service.
Ministry’s teams, on&nbsp;
{product.provider === Provider.AWS ? 'the Amazon Web Services platform' : 'the Microsoft Azure platform'},
through the Government of Canada Cloud Brokering Service.
</p>

{product.provider === Provider.AWS ? (
Expand Down

0 comments on commit 83b1a1f

Please sign in to comment.