Skip to content
Snippets Groups Projects
Verified Commit 7c9412f6 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Disabled PO compile script and fixed typo

parent 9544a582
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ var webpackConfig = process.env.NODE_ENV === 'testing'
? require('./webpack.prod.conf')
: require('./webpack.dev.conf')
require('./i18n')
// require('./i18n')
// default port where dev server listens for incoming traffic
var port = process.env.PORT || config.dev.port
......
......@@ -33,7 +33,7 @@
:disabled="isLoading"
:class="['ui', 'basic', {loading: isLoading}, 'green', 'button']">
<i18next v-if="manuallyApprovesFollowers" path="Send a follow request"/>
<i18next v-else path="Follow">
<i18next v-else path="Follow"/>
</div>
<router-link
v-else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment