summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src')
-rw-r--r--android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/DaitaScreen.kt3
-rw-r--r--android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationList.kt1
2 files changed, 0 insertions, 4 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/DaitaScreen.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/DaitaScreen.kt
index 8c8228b046..b0e12eeaab 100644
--- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/DaitaScreen.kt
+++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/DaitaScreen.kt
@@ -239,9 +239,6 @@ private enum class DaitaPages(
@Composable {
stringResource(
R.string.daita_description_slide_2_third_paragraph,
- // Duplicated argument to keep compatibility with our common string template
- // (messages.pot) while also keeping lint happy.
- stringResource(id = R.string.daita),
stringResource(id = R.string.daita),
)
},
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationList.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationList.kt
index 95bcebdd28..d08a902ae3 100644
--- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationList.kt
+++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/location/SelectLocationList.kt
@@ -113,7 +113,6 @@ private fun LazyListScope.entryBlocked(openDaitaSettings: () -> Unit) {
stringResource(R.string.multihop).toLowerCase(Locale.current),
stringResource(id = R.string.daita),
stringResource(R.string.direct_only),
- stringResource(id = R.string.daita),
),
style = MaterialTheme.typography.labelMedium,
textAlign = TextAlign.Center,