This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch aglinxinyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/texera.git
commit c9a089a8f6c42e7d71989b97a919f5038c5f2519 Author: Xinyuan Lin <[email protected]> AuthorDate: Mon Oct 20 12:32:22 2025 -0700 Update labels in menu component for clarity 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>
