Skip to content

Commit d0bab59

Browse files
authored
[i18n] Corrige une faute d’orthographe dans le gestionnaire d’étape en français (#251)
* Fix typo in stepper * Update version number
1 parent 7b7698c commit d0bab59

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

-4 Bytes
Binary file not shown.

content_manager/locale/fr/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-12-12 12:25+0100\n"
11-
"PO-Revision-Date: 2024-12-12 17:54+0100\n"
11+
"PO-Revision-Date: 2024-12-19 11:43+0100\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
1414
"Language: fr\n"
@@ -1354,7 +1354,7 @@ msgstr "Visibilité de la page restreinte"
13541354
#: content_manager/templates/content_manager/blocks/stepper.html:8
13551355
#, python-format
13561356
msgid "Step %(current_step)s of %(total_steps)s"
1357-
msgstr "Étape %(current_step)s suréta %(total_steps)s"
1357+
msgstr "Étape %(current_step)s sur %(total_steps)s"
13581358

13591359
#: content_manager/templates/content_manager/blocks/tabs.html:3
13601360
msgid "Tabs group"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">=3.10"
33

44
[tool.poetry]
55
name = "content-manager"
6-
version = "1.11.0"
6+
version = "1.11.1"
77
description = "Gestionnaire de contenu permettant de créer et gérer un site internet basé sur le Système de design de l’État, accessible et responsive"
88
authors = [
99
"Sébastien Reuiller <sebastien.reuiller@beta.gouv.fr>",

0 commit comments

Comments
 (0)