hugopeek / romanesco-patterns

0 stars 0 forks source link

Lexicon keys in social media buttons #67

Closed hugopeek closed 4 years ago

hugopeek commented 7 years ago

Right now, they're incorrect. This results in the key being displayed as the title tag on front-end.

The issue is that it expects something like social.connect_facebook_title, but the correct string is actually either social.connect_facebook_company, or social.connect_facebook_person. And company should be renamed to organization here also.

So fix that, and make an option in the Social buttons component to choose whether the buttons are for personal social channels, or for an organization.