This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new 54ad59bae2 fix(frontend): Update labels in layer menu for clarity
(#3958)
54ad59bae2 is described below
commit 54ad59bae285a8b26674424e3bb790e3d962a0dc
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Oct 20 12:43:22 2025 -0700
fix(frontend): Update labels in layer menu for clarity (#3958)
### What changes were proposed in this PR?
Fix some spelling for the string in the layer menu.
### How was this PR tested?
Tested with current test cases.
### Was this PR authored or co-authored using generative AI tooling?
No
Signed-off-by: Xinyuan Lin <[email protected]>
---
frontend/src/app/workspace/component/menu/menu.component.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/app/workspace/component/menu/menu.component.html
b/frontend/src/app/workspace/component/menu/menu.component.html
index fa4bdc09e3..c9828e9d77 100644
--- a/frontend/src/app/workspace/component/menu/menu.component.html
+++ b/frontend/src/app/workspace/component/menu/menu.component.html
@@ -169,7 +169,7 @@
nz-checkbox
[(ngModel)]="showRegion"
(ngModelChange)="toggleRegion()"
- >Region</label
+ >Regions</label
>
</li>
<li nz-menu-item>
@@ -177,7 +177,7 @@
nz-checkbox
[(ngModel)]="showNumWorkers"
(ngModelChange)="toggleNumWorkers()"
- >#Workers</label
+ >Workers</label
>
</li>
</ul>