Skip to content

Commit

Permalink
Extended translation for resource-display-resource.tpl
Browse files Browse the repository at this point in the history
The placeholder of the Smarty framework for the translation was not yet there. I have added it.

(Please be kind in case of any mistake - I am not a developer but hopefully on my way to getting familiar with this code base :-)
  • Loading branch information
flotonus authored Aug 26, 2022
1 parent 7837da4 commit 0c9f484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpl/ResourceDisplay/resource-display-resource.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

<div class="row margin-top-25">
<div class="col-xs-12 text-center">
<input type="submit" class="action-reserve col-xs-12" value="Reserve"/>
<input type="submit" class="action-reserve col-xs-12" value="{translate key=Reserve}"/>
<a href="#" class="action-cancel" id="reserveCancel">{translate key=Cancel}</a>
</div>
</div>
Expand All @@ -199,4 +199,4 @@
</form>
</div>

</div>
</div>

0 comments on commit 0c9f484

Please sign in to comment.