From 6ca95184ab7b5574463deb48bf9331fa20e569e6 Mon Sep 17 00:00:00 2001 From: acmws Date: Mon, 13 Jan 2020 13:05:55 +0530 Subject: [PATCH] modified: static/index.html --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 347e9cc..658d1f1 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,7 @@ - Hello World + Hello India @@ -27,7 +27,7 @@ $( document ).ready(function() { $.i18n().load( { en: { - "welcome": "Welcome.", + "welcome": "Welcome. Hello", "name": "name", "what_is_your_name": "What is your name?", "hello": "Hello $1",