This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6178be81 Update add comment label display (#210)
6178be81 is described below

commit 6178be8167524908a24d4407e96f79722669e59f
Author: Shane Curcuru <a...@shanecurcuru.org>
AuthorDate: Fri Mar 15 17:46:53 2024 -0400

    Update add comment label display (#210)
---
 www/board/agenda/views/buttons/add-comment.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/buttons/add-comment.js.rb 
b/www/board/agenda/views/buttons/add-comment.js.rb
index 004b5444..fe93ba27 100644
--- a/www/board/agenda/views/buttons/add-comment.js.rb
+++ b/www/board/agenda/views/buttons/add-comment.js.rb
@@ -35,7 +35,7 @@ class AddComment < Vue
       end
 
       #input field: initials
-      _input.comment_initials! label: 'Initials',
+      _input.comment_initials! label: 'Apache ID',
         placeholder: 'initials', disabled: @disabled,
         value: @@server.pending.initials || @@server.initials
 

Reply via email to