Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit e2cc71a

Browse files
committed
Merge pull request #6255 from DoSomething/revert-6245-reportback-helper-text
Revert "Reportback helper text"
2 parents c03e15b + 6c2cbe5 commit e2cc71a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/modules/dosomething/dosomething_reportback/dosomething_reportback.forms.inc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function dosomething_reportback_form($form, &$form_state, $entity = NULL) {
3131
$form['nid'] = array(
3232
'#type' => 'entity_autocomplete',
3333
'#title' => t('Node'),
34-
'#description' => t("The campaign node this reportback was submitted for."),
34+
'#description' => t("The node this reportback was submitted for."),
3535
'#entity_type' => 'node',
3636
'#bundles' => array('campaign'),
3737
'#required' => TRUE,
@@ -48,7 +48,7 @@ function dosomething_reportback_form($form, &$form_state, $entity = NULL) {
4848
$form['username'] = array(
4949
'#type' => 'textfield',
5050
'#title' => t('User'),
51-
'#description' => t("Type in the UID of the user that submitted this reportback and choose the UID from the dropdown menu. If you don't see the UID in the dropdown menu, please go to the user's profile, the edit tab, and copy the username listed in the topmost field. Slowly type this into the field and select the correct user from the dropdown menu. You MUST select the user from the dropdown menu for this form to submit."),
51+
'#description' => t("The user that submitted this reportback."),
5252
'#autocomplete_path' => 'user/autocomplete',
5353
'#default_value' => $username,
5454
);
@@ -192,7 +192,6 @@ function dosomething_reportback_form($form, &$form_state, $entity = NULL) {
192192
$form['reportback_inputs']['caption'] = array(
193193
'#type' => 'textfield',
194194
'#required' => TRUE,
195-
'#description' => t("This is public facing. Do not enter private user information."),
196195
'#attributes' => array(
197196
'data-validate' => 'caption',
198197
'data-validate-required' => '',
@@ -218,7 +217,6 @@ function dosomething_reportback_form($form, &$form_state, $entity = NULL) {
218217
'@verb' => $entity->verb,
219218
)
220219
),
221-
'#description' => t("Only type in the number -- like '300' or '5'."),
222220
'#default_value' => $entity->quantity,
223221
);
224222

0 commit comments

Comments
 (0)