Merge pull request #2793 from rkalman/translation-fixes

Fix translation on delete_build form
This commit is contained in:
Oliver 2022-04-01 17:32:58 +11:00 committed by GitHub
commit 73dd0ff8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
{% extends "modal_delete_form.html" %}
{% load i18n %}
{% block pre_form_content %}
Are you sure you want to delete this build?
{% trans "Are you sure you want to delete this build?" %}
{% endblock %}