Skip to content

Commit

Permalink
Fix issue with adding button to testers modal
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Feb 18, 2025
1 parent be65abd commit 074cf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion branding/app/assets/locales/en/common
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"footer.bug-modal.intro": "Feel free to look and click around!\nBut, be aware that this is a test and development website and is not yet ready for official, public use.",
"footer.bug-modal.contact-us": "If you have any questions or feedback, please contact us at ",
"footer.bug-modal.report-bug": "In case you spot any bugs or issues, you are strongly encouraged to report them on ",
"footer.bug-modal.github-page": "our public Github page"
"footer.bug-modal.github-page": "our public Github page",
"footer.bug-modal.login-button": "Click here to login"
}
2 changes: 1 addition & 1 deletion branding/app/themes/vlaanderen/assets/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h5 class="modal-title bug-modal-title" id="bug-modal-label" data-i18n="footer.b
<span data-i18n="footer.bug-modal.report-bug"></span><a
href="https://github.com/inbo/vlaams-biodiversiteitsportaal/issues"
data-i18n="footer.bug-modal.github-page"></a>.
<div style="text-align: center">
<div style="text-align:center">
<a class="btn btn-primary" style="width: 60%" href="::loginURL::" data-i18n="footer.bug-modal.login-button"></a>
</div>
</div>
Expand Down

0 comments on commit 074cf61

Please sign in to comment.