doc: check typo

This commit is contained in:
Pierre 'McFly' Marty
2023-12-18 16:51:13 +01:00
parent c9a1d79954
commit c93b642f90
5 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
---
# mautrix-signal is a Matrix <-> signal bridge
# mautrix-signal is a Matrix <-> Signal bridge
# Project source code URL: https://github.com/mautrix/signal
matrix_mautrix_signal_enabled: true

View File

@ -145,7 +145,7 @@ bridge:
# Markdown is supported. The defaults are listed below.
management_room_text:
# Sent when joining a room.
welcome: "Hello, I'm a signal bridge bot."
welcome: "Hello, I'm a Signal bridge bot."
# Sent when joining a management room and the user is already logged in.
welcome_connected: "Use `help` for help."
# Sent when joining a management room and the user is not logged in.

View File

@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mautrix signal bridge
Description=Matrix Mautrix Signal bridge
{% for service in matrix_mautrix_signal_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}