Skip to content

Commit 767e24e

Browse files
committed
Changed Raw CSV example in the import page to comply with RFC 5322.
Signed-off-by: Pierre Neillo <[email protected]>
1 parent b3e6b09 commit 767e24e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/views/Import.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ export default Vue.extend({
279279
280280
renderExample() {
281281
const h = 'email, name, attributes\n'
282-
+ 'user1 @mail.com, "User One", "{""age"": 42, ""planet"": ""Mars""}"\n'
283-
+ 'user2 @mail.com, "User Two", "{""age"": 24, ""job"": ""Time Traveller""}"';
282+
+ '[email protected], "User One", "{""age"": 42, ""planet"": ""Mars""}"\n'
283+
+ '[email protected], "User Two", "{""age"": 24, ""job"": ""Time Traveller""}"';
284284
285285
this.example = h;
286286
},

0 commit comments

Comments
 (0)