docs(readme): update privacy slogan
This commit is contained in:
parent
6e9cdfe8f6
commit
9269a769be
|
|
@ -1,6 +1,6 @@
|
||||||
# Closer
|
# Closer
|
||||||
|
|
||||||
> *Your information is securely private. We never look. We never sell it.*
|
> *Your information is securely stored and private. We can't look and we can't sell what we don't see.*
|
||||||
>
|
>
|
||||||
> *Private daily questions for couples who want honest answers before shared conversations.*
|
> *Private daily questions for couples who want honest answers before shared conversations.*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ package app.closer.ui.brand
|
||||||
/** Public-facing privacy copy that is accurate for every app state and account generation. */
|
/** Public-facing privacy copy that is accurate for every app state and account generation. */
|
||||||
object CloserBrandCopy {
|
object CloserBrandCopy {
|
||||||
val privacyMessages: List<String> = listOf(
|
val privacyMessages: List<String> = listOf(
|
||||||
|
"Your information is securely private. We never Look. We never Sell it.",
|
||||||
"Your relationship is yours, not ours.",
|
"Your relationship is yours, not ours.",
|
||||||
"Answer honestly. Reveal intentionally.",
|
"Answer honestly. Reveal intentionally.",
|
||||||
"For conversations that belong to the two of you.",
|
"For conversations that belong to the two of you.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue