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:
parent
c400dfdd3d
commit
1f6633fd56
|
@ -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(() => {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue