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.
1 parent d1e5c76 commit c54eec7Copy full SHA for c54eec7
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