diff --git a/config.toml b/config.toml index 8f1118c..02b822b 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/templates/partials/community.html b/templates/partials/community.html index 7c99563..189c73e 100644 --- a/templates/partials/community.html +++ b/templates/partials/community.html @@ -16,10 +16,10 @@

{{ trans(key='community', lang=lang) }}

{{ icon_macros::sprite_icon(name="matrix") }} - {{ trans(key='internals_chat', lang=lang) }} + {{ trans(key='developers_chat', lang=lang) }}
-
{{ trans(key='internals_chat_description', lang=lang) }}
+
{{ trans(key='developers_chat_description', lang=lang) }}
{{ trans(key='matrix_room', lang=lang) }}