diff --git a/manager/app/src/main/java/zako/zako/zako/zakoui/screen/MoreSettings.kt b/manager/app/src/main/java/zako/zako/zako/zakoui/screen/MoreSettings.kt
index f1924ea2..c82f1d3a 100644
--- a/manager/app/src/main/java/zako/zako/zako/zakoui/screen/MoreSettings.kt
+++ b/manager/app/src/main/java/zako/zako/zako/zakoui/screen/MoreSettings.kt
@@ -1311,8 +1311,8 @@ fun SettingItem(
Text(
text = title,
style = MaterialTheme.typography.titleMedium,
- maxLines = 1,
- overflow = TextOverflow.Ellipsis
+ maxLines = Int.MAX_VALUE,
+ overflow = TextOverflow.Visible
)
if (subtitle != null) {
Spacer(modifier = Modifier.height(2.dp))
@@ -1320,8 +1320,8 @@ fun SettingItem(
text = subtitle,
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.onSurfaceVariant,
- maxLines = 2,
- overflow = TextOverflow.Ellipsis
+ maxLines = Int.MAX_VALUE,
+ overflow = TextOverflow.Visible
)
}
}
diff --git a/manager/app/src/main/res/values/strings.xml b/manager/app/src/main/res/values/strings.xml
index b5daac87..b55ab6a6 100644
--- a/manager/app/src/main/res/values/strings.xml
+++ b/manager/app/src/main/res/values/strings.xml
@@ -480,9 +480,9 @@
This will clear all SUS mount configurations. Are you sure you want to continue?
Reset Try Umount
This will clear all try umount configurations. Are you sure you want to continue?
- Reset Path Settingss
+ Reset Path Settings
- Path Settingss
+ Path Settings
Android Data Path
SD Card Path
Set Android Data Path