login

<     >

2023-08-05 19:39:59 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

consistently lowercase

diff --git a/view/board.html b/view/board.html
index 7cde62f..0b24b18 100644
--- a/view/board.html
+++ b/view/board.html
@@ -12,7 +12,7 @@
 <body>
   <div class="centered menu">
   % if $proj == nil then
-    % set proj_name = "Global"
+    % set proj_name = "global"
     <a href="/p">projects</a>
     <a href="/i">invites</a>
   % else
@@ -21,7 +21,7 @@
   % end
   </div>
   <br>
-  <h1 class="centered">{{$proj_name}} Board</h1>
+  <h1 class="centered">{{$proj_name}} board</h1>
   <div class="kanban-board">
     % set state_id = 1
     % for column in $columns do