Skip to content

Commit

Permalink
Fixes #10, trimmes the translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored Jun 7, 2019
1 parent ce941bb commit ae87969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/I18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class I18n
);
}

return translation;
return translation.trim();
}

/**
Expand Down

0 comments on commit ae87969

Please sign in to comment.