orgs -> organizations in profile sidebar

This commit is contained in:
Lisa Passing 2015-06-17 15:35:42 +02:00
parent c299dbc35d
commit 6318fcd716
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
.repo-header .repo-header
header header
margin: 1rem 0 2.4rem margin: .5rem 0 2.4rem
> * > *
vertical-align: middle vertical-align: middle

View File

@ -34,7 +34,7 @@
{{#if config.githubOrgsOauthAccessSettingsUrl}} {{#if config.githubOrgsOauthAccessSettingsUrl}}
<section class="profile-additional"> <section class="profile-additional">
<p>Is an organization missing?<br> <p>Is an organization missing?<br>
<a {{bind-attr href="config.githubOrgsOauthAccessSettingsUrl"}} title="Orgs Oauth Access Settings on GitHub">Review and add</a> your authorized Orgs.</p> <a {{bind-attr href="config.githubOrgsOauthAccessSettingsUrl"}} title="Orgs Oauth Access Settings on GitHub">Review and add</a> your authorized organizations.</p>
</section> </section>
{{/if}} {{/if}}
</aside> </aside>