doc: check typo
This commit is contained in:
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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 }}
|
||||
|
Reference in New Issue
Block a user