diff --git a/sahara/openstack/common/_i18n.py b/sahara/openstack/common/_i18n.py index f81c65bf..4fe5d774 100644 --- a/sahara/openstack/common/_i18n.py +++ b/sahara/openstack/common/_i18n.py @@ -40,6 +40,6 @@ try: _LC = _translators.log_critical except ImportError: # NOTE(dims): Support for cases where a project wants to use - # code from sahara-incubator, but is not ready to be internationalized + # code from oslo-incubator, but is not ready to be internationalized # (like tempest) _ = _LI = _LW = _LE = _LC = lambda x: x