feat: Restyle feedback explanation
This commit is contained in:
parent
4bc098bc09
commit
b1372a5fbb
@ -23,7 +23,7 @@
|
|||||||
"give-feedback": "Feedback geben",
|
"give-feedback": "Feedback geben",
|
||||||
"feedback": "Feedback",
|
"feedback": "Feedback",
|
||||||
"sus-title": "Bewerte den Rechner",
|
"sus-title": "Bewerte den Rechner",
|
||||||
"explanation-feedback": "Dein Feedback hilft uns den Rechner zu verbessern. Wir sammeln dabei keinerlei persönliche Daten. Du tust uns einfach nur einen großen Gefallen!",
|
"explanation-feedback": "Vielen Dank, dass du uns Feedback gibst! Dein Feedback hilft uns den Rechner zu verbessern. Wir sammeln dabei keinerlei persönliche Daten. Du tust uns einfach nur einen großen Gefallen!",
|
||||||
"submit": "Absenden",
|
"submit": "Absenden",
|
||||||
"failed-base-area": "Die Mindestgrundfläche des Käfigs muss {{ MINIMUM_BASE_AREA }}m² (also z.B. 100x50cm) betragen.",
|
"failed-base-area": "Die Mindestgrundfläche des Käfigs muss {{ MINIMUM_BASE_AREA }}m² (also z.B. 100x50cm) betragen.",
|
||||||
"failed-overall-area": "Die Gesamtfläche im Käfig ist zu klein.",
|
"failed-overall-area": "Die Gesamtfläche im Käfig ist zu klein.",
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"give-feedback": "Give Feedback",
|
"give-feedback": "Give Feedback",
|
||||||
"feedback": "Feedback",
|
"feedback": "Feedback",
|
||||||
"sus-title": "Rate the calculator",
|
"sus-title": "Rate the calculator",
|
||||||
"explanation-feedback": "",
|
"explanation-feedback": "Thank you for giving us feedback! We will use your feedback to improve the calculator.",
|
||||||
"submit": "Submit",
|
"submit": "Submit",
|
||||||
"failed-base-area": "The base area of the cage must not be below {{ MINIMUM_BASE_AREA }}m².",
|
"failed-base-area": "The base area of the cage must not be below {{ MINIMUM_BASE_AREA }}m².",
|
||||||
"failed-overall-area": "The overall area in the cage is to small.",
|
"failed-overall-area": "The overall area in the cage is to small.",
|
||||||
|
@ -281,32 +281,27 @@
|
|||||||
<button class="delete" aria-label="close"></button>
|
<button class="delete" aria-label="close"></button>
|
||||||
</header>
|
</header>
|
||||||
<div class="modal-card-body">
|
<div class="modal-card-body">
|
||||||
<div class="section">
|
<h1 class="title" data-i18n="sus-title">Bewerte den Rechner</h1>
|
||||||
<p>
|
<p class="is-spaced mb-4" data-i18n="explanation-feedback"></p>
|
||||||
Wir freuen uns sehr, wenn du uns Feedback zu unserem Rattenrechner gibst!
|
<form id="sus-form">
|
||||||
Der einfachste Weg das zu tun ist per E-Mail an <a
|
<!--- Questions here --->
|
||||||
href="mailto:webmaster@vdrd.de">webmaster@vdrd.de</a>.
|
<div class="control" id="sus-control">
|
||||||
</p>
|
<button class="button is-primary" type="submit" data-i18n="submit">Absenden</button>
|
||||||
<p>
|
</div>
|
||||||
Der Code dieser Website ist <a href="https://codeberg.org/moanos/rettenrechner">öffentlich
|
|
||||||
einsehbar.</a>
|
|
||||||
Gerne kannst du auch direkt dort <a href="https://codeberg.org/moanos/rettenrechner/issues">einen
|
|
||||||
Issue</a> eröffnen!
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="section">
|
|
||||||
<h1 class="title" data-i18n="sus-title">Bewerte den Rechner</h1>
|
|
||||||
<p class="is-spaced mb-4" data-i18n="explanation-feedback"></p>
|
|
||||||
<form id="sus-form">
|
|
||||||
<!--- Questions here --->
|
|
||||||
<div class="control" id="sus-control">
|
|
||||||
<button class="button is-primary" type="submit" data-i18n="submit">Absenden</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
<div id="response-message" class="notification is-hidden"></div>
|
<div id="response-message" class="notification is-hidden"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="modal-card-foot">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Der Code dieser Website ist <a href="https://codeberg.org/moanos/rettenrechner">öffentlich
|
||||||
|
einsehbar.</a>
|
||||||
|
Gerne kannst du auch direkt dort <a href="https://codeberg.org/moanos/rettenrechner/issues">einen
|
||||||
|
Issue</a> eröffnen!
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user