You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/28 15:58:56 UTC

[airavata-django-portal] branch master updated: Fix name of field

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c3581a  Fix name of field
2c3581a is described below

commit 2c3581ab000d9e682fcc99cae3e72b3e6ab80af0
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Feb 28 10:58:50 2018 -0500

    Fix name of field
---
 .../django_airavata_admin/src/components/admin/ApplicationDetails.vue   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/apps/admin/static/django_airavata_admin/src/components/admin/ApplicationDetails.vue b/django_airavata/apps/admin/static/django_airavata_admin/src/components/admin/ApplicationDetails.vue
index 9e2867a..ed875d8 100644
--- a/django_airavata/apps/admin/static/django_airavata_admin/src/components/admin/ApplicationDetails.vue
+++ b/django_airavata/apps/admin/static/django_airavata_admin/src/components/admin/ApplicationDetails.vue
@@ -12,7 +12,7 @@
         <input type="text" v-model="version"/>
       </div>
       <div class="entry">
-        <div class="heading" >Experiment Description</div>
+        <div class="heading" >Application Description</div>
         <textarea  style="height: 80px;" type="text" v-model="description"/>
       </div>
       <new-application-buttons v-bind:save="registerAppModule" v-bind:cancel="cancelAction" v-bind:sectionName="'Application Details'"></new-application-buttons>

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.