mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Fix texts in import board page
This commit is contained in:
parent
81e0d4e382
commit
0b72eeaf9d
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue