Skip to content

Commit 67ae492

Browse files
devyeonyReamer
authored andcommitted
[ZEPPELIN-6270] Rename "Import As" to "Note Name" for creating a new note in the new UI
### What is this PR for? This PR updates the label "Import As" to "Note Name" in the new note creation UI. The goal is to improve clarity and user experience by using a more intuitive label. ### What type of PR is it? Improvement ### Todos * [x] UI label update: changed "Import As" to "Note Name" in the new note creation form ### What is the Jira issue? [ZEPPELIN-6270](https://issues.apache.org/jira/browse/ZEPPELIN-6270) ### How should this be tested? * No functional code changes ### Screenshots (if appropriate) * AS-IS (Classic UI) <img width="629" height="395" alt="Screenshot 2025-08-08 at 5 24 34 pm" src="https://github.com/user-attachments/assets/af4c6af2-fd40-4db0-affa-1202a532370a" /> * AS-IS (New UI) <img width="828" height="411" alt="Screenshot 2025-08-08 at 5 24 16 pm" src="https://github.com/user-attachments/assets/64c4cb91-1d1a-41c0-bb18-cf6949e0877a" /> * TO-BE (New UI) <img width="834" height="427" alt="Screenshot 2025-08-08 at 6 02 23 pm" src="https://github.com/user-attachments/assets/d8610585-9d8d-4934-a08a-d5c37180f28f" /> ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #5018 from devyeony/feature/ZEPPELIN-6270. Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com> (cherry picked from commit 4efa2a3) Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
1 parent eb2e03e commit 67ae492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeppelin-web-angular/src/app/share/note-create/note-create.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<nz-form-item>
1515
<nz-form-label>
1616
<ng-container *ngIf="cloneNote;else importTpl">Clone Note</ng-container>
17-
<ng-template #importTpl>Import As</ng-template>
17+
<ng-template #importTpl>Note Name</ng-template>
1818
</nz-form-label>
1919
<nz-form-control>
2020
<input nz-input [(ngModel)]="noteName" autofocus placeholder="Insert Note Name" name="noteName"/>

0 commit comments

Comments
 (0)