From 7ea8be630a1adb9ca3d4cc30c05b07be11ac5a08 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 14 Jan 2021 14:42:01 +0530 Subject: Update response form title --- installer_response_form.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer_response_form.module b/installer_response_form.module index 9d42b05..9c5d08a 100755 --- a/installer_response_form.module +++ b/installer_response_form.module @@ -35,7 +35,7 @@ function installer_response_form_menu() 'file' => 'download.inc' ); $items['download-installer'] = array( - 'title' => t('Download Installer'), + 'title' => t('Osdag User Information Form'), 'page callback' => 'drupal_get_form', 'page arguments' => array( 'data_submission_form' @@ -45,7 +45,7 @@ function installer_response_form_menu() ), ); $items['skip/download-installer'] = array( - 'title' => 'Download Installer', + 'title' => 'Osdag User Information Form', 'description' => 'Download Installer', 'page callback' => 'skip_download_osdag_installer', 'access arguments' => array( @@ -113,7 +113,7 @@ function data_submission_form($form, &$form_state) { '#markup' => t('
Osdag®️ license and its resources are completely free of cost!
-Osdag®️ and the Osdag logo are the registered trademarks of the Indian Institute of Technology, Bombay
Osdag®️ and the Osdag logo are the registered trademarks of the Indian Institute of Technology, Bombay
Please fill the `Osdag User Information Form’ given below. Your data is completely safe with IIT Bombay and shall be used only for internal quality assessment by the team, sending timely e-mail notification(s) regarding Osdag events/workshops, installer updates/patches, etc.
-- cgit