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

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


The following commit(s) were added to refs/heads/master by this push:
     new f3175d6459 fix(ui): improve button label clarity for version creation 
(#3623)
f3175d6459 is described below

commit f3175d64591e1ec84f51d7ad159b6431391ff8e7
Author: Xuan Gu <[email protected]>
AuthorDate: Fri Aug 8 20:39:05 2025 -0700

    fix(ui): improve button label clarity for version creation (#3623)
    
    ### **Purpose**
    This PR changes "+ Version" to "Submit" to make the finalize-and-upload
    functionality more obvious to users. Closes #3617
    
    ### **Demonstration**
    <img width="398" height="346" alt="new"
    
src="https://github.com/user-attachments/assets/c3abac62-b2a7-42f7-83c3-6fbd4e180b1b";
    />
---
 .../user-dataset/user-dataset-explorer/dataset-detail.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/gui/src/app/dashboard/component/user/user-dataset/user-dataset-explorer/dataset-detail.component.html
 
b/core/gui/src/app/dashboard/component/user/user-dataset/user-dataset-explorer/dataset-detail.component.html
index 0e64443b48..df8e1b88f8 100644
--- 
a/core/gui/src/app/dashboard/component/user/user-dataset/user-dataset-explorer/dataset-detail.component.html
+++ 
b/core/gui/src/app/dashboard/component/user/user-dataset/user-dataset-explorer/dataset-detail.component.html
@@ -278,7 +278,7 @@
             *ngIf="userHasWriteAccess() && userHasPendingChanges"
             class="create-dataset-version-button"
             (click)="onClickOpenVersionCreator()">
-            + Version
+            Submit
           </button>
         </nz-collapse-panel>
       </nz-collapse>

Reply via email to