backdrop-contrib / demo

Manage snapshots of a Backdrop site for demo purposes.
https://backdropcms.org/project/demo
GNU General Public License v2.0
1 stars 3 forks source link

Fixes #21: add better description when creating a new snapshot #23

Closed robertgarrigos closed 1 year ago

robertgarrigos commented 1 year ago

Fixes #21: add better description when creating a new snapshot.

izmeez commented 1 year ago

The patch works as expected, but I'm not sure about the text. I would suggest something like: Allowed characters: a-z, 0-9, dashes ("-"), underscores ("_") and dots. Use a new name to create a new snapshot or the name of an existing snapshot to replace it. The segment about allowed characters could go before or after the other sentence. I think it might be best to have the segment about allowed characters at the end similar to your approach. Use a new name to create a new snapshot or the name of an existing snapshot to replace it. Allowed characters: a-z, 0-9, dashes ("-"), underscores ("_") and dots.

robertgarrigos commented 1 year ago

I will merge the pr with your suggested description, then.