Fix labels in the UI

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-10 17:19:41 +02:00
parent 7ea0f70fe8
commit bc390263ab
3 changed files with 7 additions and 8 deletions

View File

@@ -30,10 +30,9 @@ __webpack_public_path__ = OC.linkTo('deck', 'js/build/');
import Vue from 'vue';
Vue.prototype.$ = $
Vue.prototype.t = t
Vue.prototype.n = n
Vue.prototype.OC = OC
Vue.prototype.t = t;
Vue.prototype.n = n;
Vue.prototype.OC = OC;
import BoardSelector from './views/BoardSelector';
@@ -64,7 +63,7 @@ import './../css/collections.css';
});
});
},
typeString: t('deck', 'board'),
typeString: t('deck', 'Link to a board'),
typeIconClass: 'icon-deck'
});
})(window.OCP));