Skip to content

Commit 311dfb9

Browse files
committed
fix title on hdrobots page
1 parent cccf476 commit 311dfb9

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

OpenFlow/src/public/hdrobots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row">
2-
<h1 translate lib="web">entities</h1>
2+
<h1 translate lib="web">hdrobots</h1>
33
<p class="col-md-5 lead"></p>
44
<div class="form-group col-sm-3 form-horizontal">
55
<label class="sr-only">Filter</label>

OpenFlow/src/public/languages/da-DK/web.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@
7373
"host": "Vært",
7474
"project": "Projekt",
7575
"helloworld": "Hej verden",
76-
"embedsignout": "Embed Signout"
76+
"embedsignout": "Embed Signout",
77+
"hdrobots": "HD Robots"
7778
}

OpenFlow/src/public/languages/en-US/web.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@
7373
"host": "Host",
7474
"project": "Project",
7575
"helloworld": "Hello world",
76-
"embedsignout": "Embed Signout"
76+
"embedsignout": "Embed Signout",
77+
"hdrobots": "HD Robots"
7778
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.420
1+
0.0.421

0 commit comments

Comments
 (0)