Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ef395ca authored by Nishith  Khanna's avatar Nishith Khanna Committed by Mohammed Althaf T
Browse files

Remove duplicate and unused strings

parent c9206070
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@
    <string name="onboarding_migration_thunderbird_new_account_title_e">New to Mail?</string>
    <string name="onboarding_migration_thunderbird_import_title_e">Moving from another device?</string>
    <string name="onboarding_welcome_text_e">Set up a new account or import your email accounts from a previous settings file.</string>
    <string name="onboarding_welcome_start_button_e">Get started</string>
    <string name="onboarding_welcome_import_button_e">Import settings</string>
    <string name="onboarding_welcome_developed_by_e">Fork of K9 mail.</string>

    <string name="preferences_authors">Authors</string>
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ private fun WelcomeFooter(
        horizontalAlignment = Alignment.CenterHorizontally,
    ) {
        ButtonFilled(
            text = stringResource(id = AmR.string.onboarding_welcome_start_button_e),
            text = stringResource(id = R.string.onboarding_welcome_start_button),
            onClick = onStartClick,
        )
        if (showImportButton) {