diff --git a/app/views/settings/_account.html.erb b/app/views/settings/_account.html.erb
index 90144b2..072b769 100644
--- a/app/views/settings/_account.html.erb
+++ b/app/views/settings/_account.html.erb
@@ -54,7 +54,7 @@
<%= render FormElements::FieldsetComponent.new(
title: "Public key",
- description: "Your OpenPGP public key in ASCII Armor format ([example])"
+ description: "Your OpenPGP public key in ASCII Armor format"
) do %>
<%= f.text_area :pgp_pubkey,
value: @user.pgp_pubkey,