Skip to content

Commit

Permalink
Merge pull request #1461 from jschuler/mtv-1706
Browse files Browse the repository at this point in the history
MTV-1706: Update wording for Create Provider description
  • Loading branch information
metalice authored Feb 10, 2025
2 parents 20d844c + f44fa22 commit 15d4609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"Create Plan": "Create Plan",
"Create provider": "Create provider",
"Create Provider": "Create Provider",
"Create Providers by using the form or manually entering YAML or JSON definitions. Provider CRs store attributes that enable MTV to connect to and interact with the source and target providers.": "Create Providers by using the form or manually entering YAML or JSON definitions. Provider CRs store attributes that enable MTV to connect to and interact with the source and target providers.",
"Create Providers by using the form below. Provider CRs store attributes that enable MTV to connect to and interact with the source and target providers.": "Create Providers by using the form below. Provider CRs store attributes that enable MTV to connect to and interact with the source and target providers.",
"Create StorageMap": "Create StorageMap",
"Created at": "Created at",
"CreationTimestamp is a timestamp representing the server time when this object was created.\n It is not guaranteed to be set in happens-before order across separate operations.\n Clients may not set this value. It is represented in RFC3339 form and is in UTC.": "CreationTimestamp is a timestamp representing the server time when this object was created.\n It is not guaranteed to be set in happens-before order across separate operations.\n Clients may not set this value. It is represented in RFC3339 form and is in UTC.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const ProvidersCreatePage: React.FC<{
<HelperText className="forklift-create-subtitle">
<HelperTextItem variant="default">
{t(
'Create Providers by using the form or manually entering YAML or JSON definitions. Provider CRs store attributes that enable MTV to connect to and interact with the source and target providers.',
'Create Providers by using the form below. Provider CRs store attributes that enable MTV to connect to and interact with the source and target providers.',
)}
</HelperTextItem>
</HelperText>
Expand Down

0 comments on commit 15d4609

Please sign in to comment.