Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ forums = "Forums"
forums_description = "Ask questions related to Vala in the GNOME Discourse forums under the 'vala' tag."
discourse_forums = "Discourse Forums"

internals_chat = "Internals Chat"
internals_chat_description = "Talk to the developers or ask questions about how to contribute to Vala, use the Vala Matrix channel."
developers_chat = "Developers Chat"
developers_chat_description = "Talk to the developers or ask questions about how to contribute to Vala, use the Vala Matrix channel."
matrix_room = "Matrix Room"

community_server = "Community Server"
Expand Down
4 changes: 2 additions & 2 deletions templates/partials/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ <h2 id="community">{{ trans(key='community', lang=lang) }}</h2>
<dt>
<div>
{{ icon_macros::sprite_icon(name="matrix") }}
{{ trans(key='internals_chat', lang=lang) }}
{{ trans(key='developers_chat', lang=lang) }}
</div>
</dt>
<dd>{{ trans(key='internals_chat_description', lang=lang) }}</dd>
<dd>{{ trans(key='developers_chat_description', lang=lang) }}</dd>
<dd><a href="{{ config.extra.socials.matrix }}">{{ trans(key='matrix_room', lang=lang) }}</a></dd>
</div>
<div>
Expand Down