Replace " - " by " • " as it renders better.

This commit is contained in:
Benoit Marty 2026-04-24 14:28:52 +02:00
parent e37083669e
commit 1c229e7229
5 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,12 @@
/*
* Copyright (c) 2026 Element Creations Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
* Please see LICENSE files in the repository root for full details.
*/
package io.element.android.libraries.ui.strings
object Strings {
const val NICE_SEPARATOR = ""
}