Update Settings screen hint text to show correct default Bee URL

This commit is contained in:
Sulkta 2026-03-22 00:41:49 -07:00
parent 5ff82b248a
commit b2f271f752

View file

@ -724,3 +724,4 @@ private fun formatTimeAgo(timestampSeconds: Long): String {
else -> "${diff / 86400} days ago"
}
}