Skip to content

Commit

Permalink
Merge pull request #7722 from yaacov/change-this-template-cant-be-adi…
Browse files Browse the repository at this point in the history
…ted-text

Bug 1913249: Update info text alerting this template can't be adited
  • Loading branch information
openshift-merge-robot committed Jan 6, 2021
2 parents 4dc8c7a + 91c0e74 commit 5cf0596
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 @@ -585,7 +585,7 @@
"Virtualization": "Virtualization",
"Templates": "Templates",
"{{name}} Details": "{{name}} Details",
"{{provider}} provided templates can not be edited": "{{provider}} provided templates can not be edited",
"Templates provided by {{provider}} are not editable.": "Templates provided by {{provider}} are not editable.",
"Create a new custom template": "Create a new custom template",
"{{ name }} can not be edited because it is provided by the Red Hat OpenShift Virtualization Operator.": "{{ name }} can not be edited because it is provided by the Red Hat OpenShift Virtualization Operator.",
"We suggest you create a custom Template from this {{provider}} template.": "We suggest you create a custom Template from this {{provider}} template.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const VMTemplateDetails: React.FC<VMTemplateDetailsProps> = ({
<Alert
variant="info"
isInline
title={t('kubevirt-plugin~{{provider}} provided templates can not be edited', {
title={t('kubevirt-plugin~Templates provided by {{provider}} are not editable.', {
provider,
})}
actionLinks={
Expand Down

0 comments on commit 5cf0596

Please sign in to comment.