summaryrefslogtreecommitdiffstats
path: root/templates/activities/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/home.html')
-rw-r--r--templates/activities/home.html2
1 files changed, 1 insertions, 1 deletions
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>