浏览代码

role -> type

visuddhinanda 3 年之前
父节点
当前提交
0505a61e80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/share/CollaboratorAdd.tsx

+ 1 - 1
dashboard/src/components/share/CollaboratorAdd.tsx

@@ -65,7 +65,7 @@ const CollaboratorAddWidget = ({ resId, resType, onSuccess }: IWidget) => {
         <ProFormSelect
         <ProFormSelect
           initialValue={"user"}
           initialValue={"user"}
           name="userType"
           name="userType"
-          label={intl.formatMessage({ id: "forms.fields.role.label" })}
+          label={intl.formatMessage({ id: "forms.fields.type.label" })}
           allowClear={false}
           allowClear={false}
           options={[
           options={[
             {
             {