From 820dc6d7fa092bc3f16954451b6e898f14070ba8 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 15 Jul 2020 14:46:39 +0300 Subject: [PATCH] Fix translation issue (Riot.im -> Element) --- roles/matrix-riot-web/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/matrix-riot-web/defaults/main.yml b/roles/matrix-riot-web/defaults/main.yml index 099eab6e..75480d38 100644 --- a/roles/matrix-riot-web/defaults/main.yml +++ b/roles/matrix-riot-web/defaults/main.yml @@ -40,9 +40,9 @@ matrix_riot_web_brand: "Riot" matrix_riot_web_welcome_logo: "welcome/images/logo.svg" # URL of link on welcome image -matrix_riot_web_welcome_logo_link: "https://riot.im" +matrix_riot_web_welcome_logo_link: "https://element.io" -matrix_riot_web_welcome_headline: "_t('Welcome to Riot.im')" +matrix_riot_web_welcome_headline: "_t('Welcome to Element')" matrix_riot_web_welcome_text: "_t('Decentralised, encrypted chat & collaboration powered by [matrix]')" # Links, shown in footer of welcome page: