Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 9f008b2

Browse files
committed
Fixed translations
1 parent 225fd3f commit 9f008b2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
[Fixed]
6+
-Fixed translations
57

68
## [v1.1.4]
79
[Added]

themes/cesnet/default/error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<form action="<?php echo htmlspecialchars($this->data['errorReportAddress']); ?>" method="post" class="form-horizontal">
5656

5757
<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>
5959
<div class="col-sm-10">
6060
<input name="reportId" type="text" class="form-control" id="reportId" value="<?php echo $this->data['error']['reportId']; ?>" readonly>
6161
</div>

themes/cesnet/default/post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body onload="document.getElementsByTagName('input')[0].click();">
99

1010
<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>
1212
</noscript>
1313

1414
<form method="post" action="<?php echo htmlspecialchars($this->data['destination']); ?>">
@@ -62,7 +62,7 @@ function printItem($name, $value) {
6262
?>
6363

6464
<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>
6666
</noscript>
6767
</form>
6868

0 commit comments

Comments
 (0)