Commit e292560
committed
Use no periods for partial phrases, like other providers
Note, this is fairly inconsistent across providers but when we see
inconsistences, we should try to pick which way to go and since most providers
have an incomplete sentence in these validation and helper texts, it makes
sense to try to keep this non-sentence structure.
I was noticing the english message catalog had the same partial sentence with
and without the period:
```
msgid "Must start with a letter and contain only letters, numbers, and underscores"
msgstr ""
msgid "Must start with a letter and contain only letters, numbers, and underscores."
msgstr ""
```
See: ManageIQ/manageiq#236651 parent 1bd8b87 commit e292560
File tree
1 file changed
+2
-2
lines changed- app/models/manageiq/providers/proxmox/infra_manager/vm/operations
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments