Browse Source

JSON import: add note about unmapped members

John R. Supplee 4 years ago
parent
commit
b2af684c4d
3 changed files with 7 additions and 0 deletions
  1. 2 0
      client/components/import/import.jade
  2. 4 0
      client/components/import/import.styl
  3. 1 0
      i18n/en.i18n.json

+ 2 - 0
client/components/import/import.jade

@@ -22,6 +22,8 @@ template(name="importMapMembers")
   if usersLoaded.get
     .map-members
       p {{_ 'import-members-map'}}
+      p.import-members-map-note
+        | {{_ 'import-members-map-note' }}
       .mapping-list
         each members
           a.mapping-item.js-select-member(class="{{#if wekanId}}filled{{/if}}")

+ 4 - 0
client/components/import/import.styl

@@ -47,3 +47,7 @@
 
 a.show-mapping
   text-decoration underline
+
+.import-members-map-note
+  font-size: 90%
+  font-weight: bold

+ 1 - 0
i18n/en.i18n.json

@@ -384,6 +384,7 @@
   "import-csv-placeholder": "Paste your valid CSV/TSV data here",
   "import-map-members": "Map members",
   "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
+  "import-members-map-note": "Note: Unmapped members will be assigned to the current user.",
   "import-show-user-mapping": "Review members mapping",
   "import-user-select": "Pick your existing user you want to use as this member",
   "importMapMembersAddPopup-title": "Select member",