This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
+ [ Fixed]
6
+ -Fixed translations
5
7
6
8
## [ v1.1.4]
7
9
[ Added]
Original file line number Diff line number Diff line change 55
55
<form action="<?php echo htmlspecialchars ($ this ->data ['errorReportAddress ' ]); ?> " method="post" class="form-horizontal">
56
56
57
57
<div class="form-group">
58
- <label class="col-sm-2 control-label" for="reportId"><?php echo $ this ->t ('{einfra :einfra:error_id} ' ); ?> </label>
58
+ <label class="col-sm-2 control-label" for="reportId"><?php echo $ this ->t ('{cesnet :einfra:error_id} ' ); ?> </label>
59
59
<div class="col-sm-10">
60
60
<input name="reportId" type="text" class="form-control" id="reportId" value="<?php echo $ this ->data ['error ' ]['reportId ' ]; ?> " readonly>
61
61
</div>
Original file line number Diff line number Diff line change 8
8
<body onload="document.getElementsByTagName('input')[0].click();">
9
9
10
10
<noscript>
11
- <p><strong><?php echo $ this ->t ('{einfra :einfra:note} ' ); ?> </strong><?php echo $ this ->t ('{einfra :einfra:browser_not_support_javascript} ' ); ?> </p>
11
+ <p><strong><?php echo $ this ->t ('{cesnet :einfra:note} ' ); ?> </strong><?php echo $ this ->t ('{cesnet :einfra:browser_not_support_javascript} ' ); ?> </p>
12
12
</noscript>
13
13
14
14
<form method="post" action="<?php echo htmlspecialchars ($ this ->data ['destination ' ]); ?> ">
@@ -62,7 +62,7 @@ function printItem($name, $value) {
62
62
?>
63
63
64
64
<noscript>
65
- <button type="submit" class="btn"><?php echo $ this ->t ('{einfra :einfra:continue} ' ); ?> </button>
65
+ <button type="submit" class="btn"><?php echo $ this ->t ('{cesnet :einfra:continue} ' ); ?> </button>
66
66
</noscript>
67
67
</form>
68
68
You can’t perform that action at this time.
0 commit comments