diff options
author | fahim-oscad | 2016-08-29 13:30:45 +0530 |
---|---|---|
committer | fahim-oscad | 2016-08-29 13:30:45 +0530 |
commit | 09e0b07af6f9417babd0449f55a39780e070b494 (patch) | |
tree | 6a9c67254deae01755f8ace83553235d58048bde | |
parent | e562ae1917c0bbbca252015887bbde5f768348a0 (diff) | |
download | eSimWebApp-master.tar.gz eSimWebApp-master.tar.bz2 eSimWebApp-master.zip |
-rw-r--r-- | views/schematic.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/schematic.html b/views/schematic.html index 997f0e4..497de18 100644 --- a/views/schematic.html +++ b/views/schematic.html @@ -137,13 +137,13 @@ <table> <tr> <td> - <input id ="abscissa_submit" type="button" value="Enter Abscissa" > + <input id ="abscissa_submit" type="button" value="Enter X-Axis" > <input id="abscissa_value" type="text" required> </td> </tr> <tr> <td> - <input id ="ordinate_submit" type="button" value="Enter Ordinate" > + <input id ="ordinate_submit" type="button" value="Enter Y-Axis" > <input id="ordinate_value" type="text" required> </td> </tr> |