mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 21:53:40 +00:00
api: ceph: fix grammar/styling in descriptions
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com> [ T: slightly rework commit subject ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5dcd66c18e
commit
f18b7ddd36
@ -114,7 +114,7 @@ __PACKAGE__->register_method ({
|
||||
permissions => {
|
||||
check => ['perm', '/', [ 'Sys.Audit', 'Datastore.Audit' ], any => 1],
|
||||
},
|
||||
description => "Get Ceph configuration.",
|
||||
description => "Get the Ceph configuration file.",
|
||||
parameters => {
|
||||
additionalProperties => 0,
|
||||
properties => {
|
||||
@ -141,7 +141,7 @@ __PACKAGE__->register_method ({
|
||||
permissions => {
|
||||
check => ['perm', '/', [ 'Sys.Audit', 'Datastore.Audit' ], any => 1],
|
||||
},
|
||||
description => "Get Ceph configuration database.",
|
||||
description => "Get the Ceph configuration database.",
|
||||
parameters => {
|
||||
additionalProperties => 0,
|
||||
properties => {
|
||||
|
Loading…
Reference in New Issue
Block a user