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

Commit d795b03

Browse files
Merge pull request #81 from BaranekD/dictionary
Fixed wrong dictionary name in post.php
2 parents 176e813 + 91f520a commit d795b03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 wrong dictionary name in post.php
57

68
## [v3.5.2]
79
#### Fixed

themes/perun/default/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function printItem($name, $value)
6969
?>
7070

7171
<noscript>
72-
<button type="submit" class="btn"><?php echo $this->t('{cesnet:einfra:continue}'); ?></button>
72+
<button type="submit" class="btn"><?php echo $this->t('{perun:perun:continue}'); ?></button>
7373
</noscript>
7474
</form>
7575

0 commit comments

Comments
 (0)