Skip to content
Snippets Groups Projects

Fixed wrong dictionary name in post.php

Merged Pavel Břoušek requested to merge github/fork/BaranekD/dictionary into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -69,7 +69,7 @@
?>
<noscript>
<button type="submit" class="btn"><?php echo $this->t('{cesnet:einfra:continue}'); ?></button>
<button type="submit" class="btn"><?php echo $this->t('{perun:perun:continue}'); ?></button>
</noscript>
</form>
Loading