Skip to content

Commit 065363c

Browse files
committed
fix typo
1 parent 5967df3 commit 065363c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

preparation_inscription/locale/en/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-02-17 14:12+0100\n"
11+
"POT-Creation-Date: 2022-02-17 14:22+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -117,7 +117,7 @@ msgstr ""
117117
msgid "That action will cancel the deletion of the LU X in the group 'Y'"
118118
msgstr ""
119119

120-
msgid "That action will cancel the modificatio of the LU X in the group 'Y'"
120+
msgid "That action will cancel the modification of the LU X in the group 'Y'"
121121
msgstr ""
122122

123123
msgid "The learning units have been added"

preparation_inscription/locale/fr_BE/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-02-17 14:12+0100\n"
11+
"POT-Creation-Date: 2022-02-17 14:22+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -116,7 +116,7 @@ msgstr "Cette action va annuler l'ajout de l'UE x dans le group 'Y'"
116116
msgid "That action will cancel the deletion of the LU X in the group 'Y'"
117117
msgstr "Cette action va annuler la suppression de l'UE x dans le group 'Y'"
118118

119-
msgid "That action will cancel the modificatio of the LU X in the group 'Y'"
119+
msgid "That action will cancel the modification of the LU X in the group 'Y'"
120120
msgstr "Cette action va annuler la modification de l'UE x dans le group 'Y'"
121121

122122
msgid "The learning units have been added"

preparation_inscription/templates/preparation_inscription/modal_confirmer_annuler_modification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h5 class="modal-title text-center" id="annuler_modification_modal_label">{% tra
1111
</button>
1212
</div>
1313
<div class="modal-body">
14-
{% trans "That action will cancel the modificatio of the LU X in the group 'Y'" %}
14+
{% trans "That action will cancel the modification of the LU X in the group 'Y'" %}
1515
</div>
1616
<div class="modal-footer">
1717
<button type="button" class="btn btn-secondary" data-dismiss="modal"> {% trans "Do not cancel" %}</button>

0 commit comments

Comments
 (0)