Skip to content

Commit

Permalink
Fix !skipCi directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 19, 2022
1 parent 4015c22 commit 0841eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions object/product_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

//go:build !skipCi
// +build !skipCi

package object

Expand Down
1 change: 1 addition & 0 deletions object/syncer_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/zh/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"LDAPs": "LDAP",
"LDAPs - Tooltip": "LDAPs",
"Last name": "姓氏",
"Logo": "标志",
"Logo": "Logo",
"Logo - Tooltip": "应用程序向外展示的图标",
"Master password": "万能密码",
"Master password - Tooltip": "可用来登录该组织下的所有用户,方便管理员以该用户身份登录,以解决技术问题",
Expand Down

0 comments on commit 0841eb5

Please sign in to comment.