From 17e84169a2ac342de9235f8f9dcac63e2a24095e Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Wed, 2 Sep 2020 13:22:32 +1000 Subject: [PATCH] Update light mode sheet copy --- Signal/src/Loki/View Controllers/LightModeSheet.swift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Signal/src/Loki/View Controllers/LightModeSheet.swift b/Signal/src/Loki/View Controllers/LightModeSheet.swift index 6f956bed5..c84482e71 100644 --- a/Signal/src/Loki/View Controllers/LightModeSheet.swift +++ b/Signal/src/Loki/View Controllers/LightModeSheet.swift @@ -21,9 +21,11 @@ final class LightModeSheet : Sheet { explanationLabel.textColor = Colors.text explanationLabel.font = .systemFont(ofSize: Values.smallFontSize) explanationLabel.text = """ - Who left the lights on? bla bla bla + Whoops, who left the lights on? - Feeling the dark side more? Just pop into the in-app settings and tap the app mode button in the top-right to toggle dark mode again. + That’s right, Session has a spiffy new light mode! Take the fresh new color palette for a spin — it’s now the default mode. + + Want to go back to the dark side? Just tap the moon symbol in the in-app settings to switch modes. """ explanationLabel.numberOfLines = 0 explanationLabel.lineBreakMode = .byWordWrapping