Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add app feedback form #305

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
"phaseTest": "Test",
"phaseProd": "Produktion"
},
"AppFeedback": {
"bug": "Fehler melden",
"feature": "Vorschlag für neue Funktionen",
"general": "Generelles Feedback",
"feedbackTypeLabel": "Feedback-Typ auswählen",
"descriptionLabel": "Beschreibung",
"descriptionPlaceholder": "Bitte beschreiben Sie hier Ihr Feedback.",
"systemInfoLabel": "System-Informationen",
"systemInfoPlaceholder": "Bitte geben Sie die Systeminformationen Ihres Telefons an, einschließlich des Modells, der Betriebssystemversion und der App-Version.",
"submitLabel": "Abschicken"
},
"Footer": {
"copyright": "© 2024 eduMFA. Alle Rechte vorbehalten.",
"imprint": "Impressum"
Expand Down
11 changes: 11 additions & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
"phaseTest": "Test",
"phaseProd": "Production"
},
"AppFeedback": {
"bug": "Bug Report",
"feature": "Feature Request",
"general": "General Feedback",
"feedbackTypeLabel": "Select Feedback Type",
"descriptionLabel": "Description",
"descriptionPlaceholder": "Please describe your feedback here.",
"systemInfoLabel": "System Information",
"systemInfoPlaceholder": "Please provide your phones system information including the model, OS version, and app version.",
"submitLabel": "Submit"
},
"Footer": {
"copyright": "© 2024 eduMFA. All rights reserved.",
"imprint": "Imprint"
Expand Down
Loading
Loading