Skip to content

Commit

Permalink
Fix pre-send warning localization
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldLanguages authored Nov 7, 2024
1 parent 03f8cca commit 0d28c19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion layouts/shortcodes/specifics/feedback-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
heading: '{{ T "FeedbackPage.PreSendWarning.Variations.Punishment.Heading" }}',
description: '{{ T "FeedbackPage.PreSendWarning.Variations.Punishment.Description" ( dict "Tag1Start" (add $ts 1) "Tag1End" (add $ts 2) ) | htmlEscape }}',
},
folders: {
heading: '{{ T "FeedbackPage.PreSendWarning.Variations.Folders.Heading" }}',
description: '{{ T "FeedbackPage.PreSendWarning.Variations.Folders.Description" | htmlEscape }}',
},
}
},
submitButton: '{{ T "FeedbackPage.SubmitButton" }}'
Expand All @@ -42,4 +46,4 @@
<label class="form-check-label" for="feedback-addons-list">{{ T "FeedbackPage.SendEnabled" }}</label>
</div>
<button class="btn btn-primary" id="feedback-submit" type="button">{{ T "FeedbackPage.SubmitButton" }}</a>
</form>
</form>

0 comments on commit 0d28c19

Please sign in to comment.