From 40c07f4460fdb7d5438994cb1f808866b75e09e4 Mon Sep 17 00:00:00 2001 From: duongnguyen Date: Mon, 21 Aug 2023 16:36:33 +0700 Subject: [PATCH] [FIX] bs4 to bs5 migration: typo --- openupgradelib/openupgrade_160.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openupgradelib/openupgrade_160.py b/openupgradelib/openupgrade_160.py index bd5db368..f5740b6f 100644 --- a/openupgradelib/openupgrade_160.py +++ b/openupgradelib/openupgrade_160.py @@ -104,7 +104,7 @@ def migrate_translations_to_jsonb(env, fields_spec): _r("pl", "ps"), _r("pr", "pe"), _r("ml", "ms"), - _r("pr", "me"), + _r("mr", "me"), # Forms _r("custom-control", "form-control"), _r("custom-check", "form-check"),