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()
|
.destroyRecord()
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.flashMessages.success(
|
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(() => {
|
.finally(() => {
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
<ConfirmAction
|
<ConfirmAction
|
||||||
@buttonClasses="button"
|
@buttonClasses="button"
|
||||||
@confirmTitle="Delete this CA key?"
|
@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"}}
|
@onConfirmAction={{action "deleteCA"}}
|
||||||
>
|
>
|
||||||
Delete
|
Delete
|
||||||
|
|
|
@ -1175,7 +1175,7 @@ $ curl \
|
||||||
## Delete Root
|
## Delete Root
|
||||||
|
|
||||||
This endpoint deletes the current CA key (the old CA certificate will still be
|
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._
|
_This endpoint requires sudo/root privileges._
|
||||||
|
|
||||||
| Method | Path |
|
| Method | Path |
|
||||||
|
|
Loading…
Reference in New Issue