From a93b47a886b51b7eb1c2e286204f9661b4c9194d Mon Sep 17 00:00:00 2001 From: sawhney17 <80150109+sawhney17@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:58:10 +0400 Subject: [PATCH] keep constant capitalization --- src/main/frontend/modules/shortcut/dicts.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/modules/shortcut/dicts.cljc b/src/main/frontend/modules/shortcut/dicts.cljc index 8b2e88dbd..cc95cea4d 100644 --- a/src/main/frontend/modules/shortcut/dicts.cljc +++ b/src/main/frontend/modules/shortcut/dicts.cljc @@ -116,7 +116,7 @@ :ui/goto-plugins "Go to plugins dashboard" :editor/toggle-open-blocks "Toggle open blocks (collapse or expand all blocks)" :ui/toggle-cards "Toggle cards" - :git/commit "Create Git commit with message"}) + :git/commit "Create git commit with message"}) (def category {:shortcut.category/basics "Basics"