summaryrefslogtreecommitdiffstats
path: root/templates/activities
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities')
-rw-r--r--templates/activities/compose.html2
-rw-r--r--templates/activities/home.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/activities/compose.html b/templates/activities/compose.html
index ad0457b..dfa6d1e 100644
--- a/templates/activities/compose.html
+++ b/templates/activities/compose.html
@@ -13,7 +13,7 @@
{% include "forms/_field.html" %}
{% endfor %}
<div class="buttons">
- <button>Post</button>
+ <button>{% if config_identity.toot_mode %}Toot!{% else %}Post{% endif %}</button>
</div>
</form>
{% endblock %}
diff --git a/templates/activities/home.html b/templates/activities/home.html
index bfa11f7..08e338e 100644
--- a/templates/activities/home.html
+++ b/templates/activities/home.html
@@ -32,7 +32,7 @@
{{ form.content_warning }}
<div class="buttons">
<span class="button toggle" _="on click toggle .enabled then toggle .hidden on #id_content_warning">CW</span>
- <button>Post</button>
+ <button>{% if config_identity.toot_mode %}Toot!{% else %}Post{% endif %}</button>
</div>
</form>
</div>