Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(environment): wrong default environment description #2146

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ com.oceanbase.odc.builtin-resource.collaboration.environment.default.name=defaul
com.oceanbase.odc.builtin-resource.collaboration.environment.dev.name=dev
com.oceanbase.odc.builtin-resource.collaboration.environment.sit.name=sit
com.oceanbase.odc.builtin-resource.collaboration.environment.prod.name=prod
com.oceanbase.odc.builtin-resource.collaboration.environment.default.description=default environment which is not editable
com.oceanbase.odc.builtin-resource.collaboration.environment.default.description=default environment
com.oceanbase.odc.builtin-resource.collaboration.environment.dev.description=development environment
com.oceanbase.odc.builtin-resource.collaboration.environment.sit.description=sit environment
com.oceanbase.odc.builtin-resource.collaboration.environment.prod.description=production environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ com.oceanbase.odc.builtin-resource.collaboration.environment.default.name=默认
com.oceanbase.odc.builtin-resource.collaboration.environment.dev.name=开发
com.oceanbase.odc.builtin-resource.collaboration.environment.sit.name=测试
com.oceanbase.odc.builtin-resource.collaboration.environment.prod.name=生产
com.oceanbase.odc.builtin-resource.collaboration.environment.default.description=默认环境,不可编辑
com.oceanbase.odc.builtin-resource.collaboration.environment.default.description=默认环境
com.oceanbase.odc.builtin-resource.collaboration.environment.dev.description=开发环境
com.oceanbase.odc.builtin-resource.collaboration.environment.sit.description=测试环境
com.oceanbase.odc.builtin-resource.collaboration.environment.prod.description=生产环境
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ com.oceanbase.odc.builtin-resource.collaboration.environment.default.name=默認
com.oceanbase.odc.builtin-resource.collaboration.environment.dev.name=開發
com.oceanbase.odc.builtin-resource.collaboration.environment.sit.name=測試
com.oceanbase.odc.builtin-resource.collaboration.environment.prod.name=生產
com.oceanbase.odc.builtin-resource.collaboration.environment.default.description=默認環境,不可編輯
com.oceanbase.odc.builtin-resource.collaboration.environment.default.description=默認環境
com.oceanbase.odc.builtin-resource.collaboration.environment.dev.description=開發環境
com.oceanbase.odc.builtin-resource.collaboration.environment.sit.description=測試環境
com.oceanbase.odc.builtin-resource.collaboration.environment.prod.description=生產環境
Expand Down
Loading