diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml
index 291c692304e3b6f5ca3b994ef521f2a88a5900dc..0ec08d8b605153a2c2ada3f843ecd254a5617470 100644
--- a/roles/matrix/tasks/main.yml
+++ b/roles/matrix/tasks/main.yml
@@ -146,7 +146,7 @@
   git:
     repo: https://github.com/matrix-org/matrix-appservice-irc
     dest: /var/lib/synapse/matrix-appservice-irc
-    version: 0.34.0
+    version: 0.35.0
     force: true
   become: true
   become_user: synapse
diff --git a/roles/matrix/templates/irc-bridge.yaml.j2 b/roles/matrix/templates/irc-bridge.yaml.j2
index a388ca4d6921c556b37490576b68b19b6658beb0..e09e5ea64176dde8c1f6b5ecdf94c8b2ee7fe660 100644
--- a/roles/matrix/templates/irc-bridge.yaml.j2
+++ b/roles/matrix/templates/irc-bridge.yaml.j2
@@ -321,7 +321,7 @@ ircService:
         # The display name to use for created matrix clients. This should have
         # $NICK somewhere in it if it is specified. Can also use $SERVER to
         # insert the IRC domain.
-        # Optional. Default: "$NICK (IRC)". Example: "Alice (IRC)"
+        # Optional. Default: "$NICK". Example: "Alice"
         displayName: "$NICK"
         # Number of tries a client can attempt to join a room before the request
         # is discarded. You can also use -1 to never retry or 0 to never give up.