Browse Source

Fix texts in import board page

Ghassen Rjab 8 years ago
parent
commit
0b72eeaf9d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/components/import/import.js

+ 2 - 2
client/components/import/import.js

@@ -3,7 +3,7 @@ import wekanMembersMapper from './wekanMembersMapper';
 
 BlazeComponent.extendComponent({
   title() {
-    return `import-board-title-${Session.get('importSource')}!`;
+    return `import-board-title-${Session.get('importSource')}`;
   },
 }).register('importHeaderBar');
 
@@ -103,7 +103,7 @@ BlazeComponent.extendComponent({
   },
 
   instruction() {
-    return `import-board-instruction-${Session.get('importSource')}!`;
+    return `import-board-instruction-${Session.get('importSource')}`;
   },
 
   events() {