dnnsoftware / Dnn.Platform

DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
https://dnncommunity.org/
MIT License
1.01k stars 745 forks source link

[Bug]: wording minor issue #6058

Open vmasanas opened 1 month ago

vmasanas commented 1 month ago

Is there an existing issue for this?

What happened?

On the prompt resx file I see this text:

A Note on Plural vs Singular Components: Whenever a command can 1 or more items, the component will be plural. list-modules, for instance. When the command is designed to return a single object or the first object, then the component will be singular as in get-module

It's missing something after "Whenever a command can "

Steps to reproduce?

Prompt resx help

Current Behavior

No response

Expected Behavior

Should be

A Note on Plural vs Singular Components: Whenever a command can manage or work on one or more items, the component will be plural. list-modules, for instance. When the command is designed to return a single object or the first object, then the component will be singular as in get-module

Relevant log output

No response

Anything else?

No response

Affected Versions

9.13.3 (latest release)

What browsers are you seeing the problem on?

No response

Code of Conduct