Commit 4618ec8791b10a9a98587e9a22b647581ac25543
1 parent
3657e951
Exists in
spb-stable
and in
2 other branches
Fix unclear text in broadcast message view.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/admin/broadcast_messages/index.html.haml
... | ... | @@ -22,12 +22,12 @@ |
22 | 22 | = f.label :color, "Background Color", class: 'control-label' |
23 | 23 | .col-sm-10 |
24 | 24 | = f.text_field :color, placeholder: "#AA33EE", class: "form-control" |
25 | - .light Hex values as 3 double digit numbers, starting with a # sign. | |
25 | + .light 6 character hex values starting with a # sign. | |
26 | 26 | .form-group.js-toggle-colors-container.hide |
27 | 27 | = f.label :font, "Font Color", class: 'control-label' |
28 | 28 | .col-sm-10 |
29 | 29 | = f.text_field :font, placeholder: "#224466", class: "form-control" |
30 | - .light Hex values as 3 double digit numbers, starting with a # sign. | |
30 | + .light 6 character hex values starting with a # sign. | |
31 | 31 | .form-group |
32 | 32 | = f.label :starts_at, class: 'control-label' |
33 | 33 | .col-sm-10.datetime-controls | ... | ... |