You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/02/16 13:29:32 UTC

[whimsy] branch master updated: Oops, changed wrong string

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

sebb 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 7ffe3bc  Oops, changed wrong string
7ffe3bc is described below

commit 7ffe3bc068a11792f679b390af890e9c333a41a3
Author: Sebb <se...@apache.org>
AuthorDate: Wed Feb 16 13:29:27 2022 +0000

    Oops, changed wrong string
---
 www/secretary/workbench/views/parts.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/views/parts.js.rb b/www/secretary/workbench/views/parts.js.rb
index c589496..a0d8b40 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -163,8 +163,8 @@ class Parts < Vue
             _input type: 'hidden', name: 'missing_email', value: @missing_email
 
             _label do
-              _span 'project: '
-              _select name: 'CC project', value: @project, disabled: @filed do
+              _span 'Copy project: '
+              _select name: 'project', value: @project, disabled: @filed do
                 _option ''
                 @@projects.each do |project|
                   _option project