You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(FR-2834): use Visibility row label with Public/Private tag for deployment OpenToPublic (#7287)
Resolves#7286 ([FR-2834](https://lablup.atlassian.net/browse/FR-2834))
## Summary
- Change the deployment overview row for endpoint accessibility from `OpenToPublic` (label "Public") to `Visibility` so the tag value reads naturally alongside the label.
- `BooleanTag` now uses `t('deployment.Public')` / `t('deployment.Private')` for its true/false labels (cloud-provider standard convention) instead of the previous Yes/No, which read awkwardly inside a Tag.
- Add `deployment.Visibility` and `deployment.Private` i18n keys across all 22 supported languages.
## Test plan
- [ ] Open a deployment detail page; verify the row label shows "Visibility" (or its localized equivalent) instead of "Public".
- [ ] Verify the BooleanTag value reads "Public" (green) when `openToPublic` is true and "Private" (subdued) when false.
- [ ] Verify `-` fallback renders while the deployment is loading.
- [ ] Spot-check at least Korean, Japanese, and one Latin-script locale to confirm both new keys are translated.
[FR-2834]: https://lablup.atlassian.net/browse/FR-2834?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
0 commit comments