Rename integration buttons

This commit is contained in:
Sonny Bakker 2020-09-15 09:40:50 +02:00
parent ead7575899
commit cfc48cea05

View file

@ -10,15 +10,15 @@
<h3 class="integrations__title">Reddit</h3>
<div class="integrations__controls">
<button class="link button button--reddit {% if not reddit_authorization_url %}button--disabled{% endif %}" href="{% if reddit_authorization_url %}{{ reddit_authorization_url }}{% else %}#{% endif %}"{% if not reddit_authorization_url %} disabled{% endif %}>
{% trans "Authorize Reddit account" %}
{% trans "Authorize account" %}
</button>
<button class="link button button--reddit {% if not reddit_refresh_url %}button--disabled{% endif %}" href="{% if reddit_refresh_url %}{{ reddit_refresh_url }}{% else %}#{% endif %}"{% if not reddit_refresh_token %} disabled {% endif %}>
{% trans "Refresh Reddit access token" %}
{% trans "Refresh credentials" %}
</button>
<button class="link button button--reddit">
{% trans "Deauthorize Reddit account" %}
{% trans "Deauthorize account" %}
</button>
</div>
</div>
@ -26,15 +26,15 @@
<h3 class="integrations__title">Twitter</h3>
<div class="integrations__controls">
<button class="link button button--twitter" href="#">
{% trans "Authorize Twitter account" %}
{% trans "Authorize account" %}
</button>
<button class="link button button--twitter" href="#">
{% trans "Refresh Twitter access token" %}
{% trans "Refresh credentials" %}
</button>
<button class="link button button--twitter" href="#">
{% trans "Deauthorize Twitter account" %}
{% trans "Deauthorize account" %}
</button>
</div>
</div>