Skip to content

Commit

Permalink
use older translation api
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Jan 6, 2015
1 parent 938c1de commit 6107fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.core/directives/uservoice_embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ angular.module('arethusa.core').directive('uservoiceEmbed', [
}
});
translator('errorDialog.sendMessage', function(translation) {
scope.hint = translation();
scope.hint = translation;
// it would be nice to do this as a result of the confirm modal action
// but it's more work to include a screenshot of the error in that case
// we could do this as custom key/value pair but we are only allowed one
Expand Down

0 comments on commit 6107fe0

Please sign in to comment.