diff --git a/object/product_test.go b/object/product_test.go index d89bf6420..59215e589 100644 --- a/object/product_test.go +++ b/object/product_test.go @@ -13,6 +13,7 @@ // limitations under the License. //go:build !skipCi +// +build !skipCi package object diff --git a/object/syncer_user_test.go b/object/syncer_user_test.go index 2cf986d34..023d5371e 100644 --- a/object/syncer_user_test.go +++ b/object/syncer_user_test.go @@ -10,6 +10,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. + //go:build !skipCi // +build !skipCi diff --git a/web/src/locales/zh/data.json b/web/src/locales/zh/data.json index e2cf8049c..7edc70397 100644 --- a/web/src/locales/zh/data.json +++ b/web/src/locales/zh/data.json @@ -127,7 +127,7 @@ "LDAPs": "LDAP", "LDAPs - Tooltip": "LDAPs", "Last name": "姓氏", - "Logo": "标志", + "Logo": "Logo", "Logo - Tooltip": "应用程序向外展示的图标", "Master password": "万能密码", "Master password - Tooltip": "可用来登录该组织下的所有用户,方便管理员以该用户身份登录,以解决技术问题",