From c5f3e5b766511b7da51332493263c4363c6fc222 Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Tue, 7 Jun 2022 19:15:18 +0200 Subject: [PATCH] Fix typo --- .../vimusic/ui/screens/settings/BackupAndRestoreScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/screens/settings/BackupAndRestoreScreen.kt b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/screens/settings/BackupAndRestoreScreen.kt index e04cca1..e6afc1a 100644 --- a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/screens/settings/BackupAndRestoreScreen.kt +++ b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/screens/settings/BackupAndRestoreScreen.kt @@ -259,7 +259,7 @@ fun BackupAndRestoreScreen() { ) BasicText( - text = "The restore replaces the existing application database with the selected - previously exported - one.\nThis means every currently existing data will be wiped: THE TWO DATABASES WON'T BE MERGED.\nIt is recommended to restore the database immediately after a the application is installed on a new device.", + text = "The restore replaces the existing application database with the selected - previously exported - one.\nThis means every currently existing data will be wiped: THE TWO DATABASES WON'T BE MERGED.\nIt is recommended to restore the database immediately after the application is installed on a new device.", style = typography.xxs.secondary ) }