mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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({
|
BlazeComponent.extendComponent({
|
||||||
title() {
|
title() {
|
||||||
return `import-board-title-${Session.get('importSource')}!`;
|
return `import-board-title-${Session.get('importSource')}`;
|
||||||
},
|
},
|
||||||
}).register('importHeaderBar');
|
}).register('importHeaderBar');
|
||||||
|
|
||||||
|
|
@ -103,7 +103,7 @@ BlazeComponent.extendComponent({
|
||||||
},
|
},
|
||||||
|
|
||||||
instruction() {
|
instruction() {
|
||||||
return `import-board-instruction-${Session.get('importSource')}!`;
|
return `import-board-instruction-${Session.get('importSource')}`;
|
||||||
},
|
},
|
||||||
|
|
||||||
events() {
|
events() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue