Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #410 from alxndrsn/consistentize-translator-refere…
Browse files Browse the repository at this point in the history
…nces

Reference the translator module consistently from widgets and Form.js
  • Loading branch information
MartijnR authored Mar 27, 2017
2 parents be4c2f4 + 819243f commit a08407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ define( function( require, exports, module ) {
var $ = require( 'jquery' );
var Promise = require( 'lie' );
var utils = require( './utils' );
var t = require( './fake-translator' ).t;
var t = require( 'translator' ).t;
var pkg = require( '../../package' );
var config = require( 'text!enketo-config' );
require( './plugins' );
Expand Down

0 comments on commit a08407a

Please sign in to comment.