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 2020/10/12 13:28:54 UTC

[airavata-django-portal] branch master updated: Rename

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 cf7243a  Rename
cf7243a is described below

commit cf7243a0dcef80cfd3e28db6734e7b302c0fda88
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Oct 12 09:28:37 2020 -0400

    Rename
---
 docs/tutorial/gateways_tutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tutorial/gateways_tutorial.md b/docs/tutorial/gateways_tutorial.md
index 539380a..669943c 100644
--- a/docs/tutorial/gateways_tutorial.md
+++ b/docs/tutorial/gateways_tutorial.md
@@ -740,7 +740,7 @@ from django.apps import AppConfig
 class Gateways19TutorialAppConfig(AppConfig):
     name = 'gateways19_tutorial'
     label = name
-    verbose_name = "Gateways 19 Tutorial"
+    verbose_name = "Gateways Tutorial"
     fa_icon_class = "fa-comment"
 ```
 
@@ -798,7 +798,7 @@ gateways19_tutorial = gateways19_tutorial.apps:Gateways19TutorialAppConfig
 ---
 
 Now you should be able to [log into the portal locally](http://localhost:8000)
-and see **Gateways 19 Tutorial** in the drop down menu in the header (click on
+and see **Gateways Tutorial** in the drop down menu in the header (click on
 **Workspace** then you should see it in that menu).
 
 ![Screenshot of custom app in menu](./screenshots/gateways19/custom-app-menu.png)