Grammar typo fix (#11357)

* fixes are/is typo

* reverts change - need to checkout to new branch

* fixes is/are typo
This commit is contained in:
claire bontempo 2021-04-20 08:11:35 -07:00 committed by GitHub
parent c400dfdd3d
commit 1f6633fd56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ export default Component.extend({
.destroyRecord()
.then(() => {
this.flashMessages.success(
`The CA key for ${backend} has been deleted. The old CA certificate will still be accessible for reading until a new certificate/key are generated or uploaded.`
`The CA key for ${backend} has been deleted. The old CA certificate will still be accessible for reading until a new certificate/key is generated or uploaded.`
);
})
.finally(() => {

View File

@ -52,7 +52,7 @@
<ConfirmAction
@buttonClasses="button"
@confirmTitle="Delete this CA key?"
@confirmMessage="This CA certificate will still be available for reading until a new certificate/key are generated or uploaded."
@confirmMessage="This CA certificate will still be available for reading until a new certificate/key is generated or uploaded."
@onConfirmAction={{action "deleteCA"}}
>
Delete

View File

@ -1175,7 +1175,7 @@ $ curl \
## Delete Root
This endpoint deletes the current CA key (the old CA certificate will still be
accessible for reading until a new certificate/key are generated or uploaded).
accessible for reading until a new certificate/key is generated or uploaded).
_This endpoint requires sudo/root privileges._
| Method | Path |