summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/client/index.phtml')
-rwxr-xr-xapplication/modules/user/views/scripts/client/index.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index bf8d8e3..eae3cd2 100755
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -52,11 +52,11 @@
<!--<div class='title'>Title</div>-->
<!--<div class='subtitle'>Subtitle</div>-->
<div class='details'>
- <label>MacAdress</label>
+ <label>MacAddress</label>
<div class='item'><?php echo $this->escape($client['macadress']) ?></div>
- <label>IpAdress</label>
+ <label>IpAddress</label>
<div class='item'><?php echo $this->escape($client['ip']); ?>&nbsp;</div>
- <label>Ip6Adress</label>
+ <label>Ip6Address</label>
<div class='item'><?php echo $this->escape($client['ip6']); ?>&nbsp;</div>
<label>Hardwarehash</label>
<div class='item'><?php echo $this->escape($client['hardwarehash']) ?></div>