We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b75862 + c54eec7 commit 991ac15Copy full SHA for 991ac15
cloudkittydashboard/enabled/_32010_admin_group.py
@@ -12,6 +12,8 @@
12
# License for the specific language governing permissions and limitations
13
# under the License.
14
15
+from django.utils.translation import gettext_lazy as _
16
+
17
PANEL_GROUP = 'rating'
-PANEL_GROUP_NAME = 'Rating'
18
+PANEL_GROUP_NAME = _('Rating')
19
PANEL_GROUP_DASHBOARD = 'admin'
cloudkittydashboard/enabled/_32011_project_group.py
PANEL_GROUP_DASHBOARD = 'project'
0 commit comments