📒 Rename modal
This commit is contained in:
parent
3c4606f87c
commit
e1c0d55913
|
@ -12,7 +12,7 @@
|
|||
* @prop {close: func} Called to close the window
|
||||
*/
|
||||
App.components.modal('Channel', {
|
||||
displayName: 'Modal',
|
||||
displayName: 'Board',
|
||||
mixins: [React.addons.PureRenderMixin],
|
||||
|
||||
propTypes: {
|
||||
|
@ -35,7 +35,7 @@
|
|||
* Render modal
|
||||
*/
|
||||
render: function () {
|
||||
var title = 'Gestion des canaux', channels;
|
||||
var title = 'Instruments', channels;
|
||||
|
||||
channels = this.props.channels.map(function (channel) {
|
||||
channel.key = 'channel-' + channel.id;
|
Loading…
Reference in New Issue