Accounts-ui-bootstrap-3 mangled text

I’m running meteor version 1.5 and have a few packages related to the old accounts-ui login dropdown, for example:

accounts-password@1.3.6
stylus
ian:accounts-ui-bootstrap-3
ian:bootstrap-3

For some reason the button text is mangled, any ideas why?

image

I ended up using CSS to overwrite the text on the buttons… not the best solution but it works.

This looks like something gone wrong with the i18n integration. This package is unfortunately abandoned by the looks of it. You might try edemaine:accounts-ui-bootstrap-3 which looks to be a more up-to-date fork.

1 Like