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

Commit f39befc

Browse files
committed
Changed dictionary
* Renamed the perun.dictionary.json to perun.definition.json * Fixed the bug in dictionary for force-aup pages
1 parent 768ff88 commit f39befc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"en": "or",
2020
"cs": "nebo"
2121
},
22-
"fource-aup-tpl_aup": {
22+
"force-aup-tpl_aup": {
2323
"en": "Acceptable Usage Policy",
2424
"cs": "Podmíny užití"
2525
},
26-
"fource-aup-tpl_agree": {
26+
"force-aup-tpl_agree": {
2727
"en": "I agree with the Acceptable Usage Policy",
2828
"cs": "Souhlasím s podmínkami užití"
2929
},

templates/force-aup-tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<input type="hidden" name="StateId" value="<?php echo $_REQUEST['StateId'] ?>" >
2323

2424
<div class="form-group">
25-
<input type="submit" value="<?php echo $this->t('{perun:perun:fource-aup-tpl_agree}'); ?>" class="btn btn-lg btn-primary btn-block">
25+
<input type="submit" value="<?php echo $this->t('{perun:perun:force-aup-tpl_agree}'); ?>" class="btn btn-lg btn-primary btn-block">
2626
</div>
2727
<p>
28-
See the <a href="<?php echo $aupUrl; ?>" target="_blank"> <?php echo $this->t('{perun:perun:fource-aup-tpl_aup}'); ?> <i class="glyphicon glyphicon-new-window"></i></a>.
28+
See the <a href="<?php echo $aupUrl; ?>" target="_blank"> <?php echo $this->t('{perun:perun:force-aup-tpl_aup}'); ?> <i class="glyphicon glyphicon-new-window"></i></a>.
2929
</p>
3030
</form>
3131

0 commit comments

Comments
 (0)