Skip to content

Commit

Permalink
add a single indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass committed Nov 17, 2023
1 parent d34fb2f commit ba2d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scripts/topicEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ class TopicBlockList extends React.Component {
data-testid="topic-addcontent-h5p-btn"
aria-label={$t('global.button.add')}
onClick={this.addBlock.bind(this, TopicH5P)}>
{`+ ${$t('topic.topicEdit.button.h5p')}`}
{`+ ${$t('topic.topicEdit.button.h5p')}`}
</button> : ''
}
</div>
Expand Down

0 comments on commit ba2d0e2

Please sign in to comment.