From 7ba85921b1a2116eace108734bcfea7ebe30d215 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 18 Dec 2019 13:22:29 +1100 Subject: [PATCH] replace loki with session on loading screens --- _locales/en/messages.json | 2 +- background.html | 8 ++++---- index.html | 2 +- password.html | 2 +- stylesheets/_session.scss | 8 ++++++++ stylesheets/_session_theme_dark_left_pane.scss | 12 +++++++++++- test/index.html | 10 +++++----- 7 files changed, 31 insertions(+), 13 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7ea80d9e9..fecea7297 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -778,7 +778,7 @@ "description": "Shown to separate the types of search results" }, "welcomeToSignal": { - "message": "Welcome to Loki Messenger" + "message": "Welcome to Session" }, "selectAContact": { "message": "Select a contact or group to start chatting." diff --git a/background.html b/background.html index 5c514245a..7323b00b3 100644 --- a/background.html +++ b/background.html @@ -29,7 +29,7 @@