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

Commit d532571a authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '1017-Add_my_account_in_strings_xml' into 'v1-oreo'

1017-Add_my_account_in_strings_xml

See merge request !193
parents 4ce2fa9d fcf541a1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        <activity
            android:name=".activity.AccountsActivity"
            android:exported="true"
            android:label="My Account"
            android:label="@string/my_account"
            android:theme="@style/AccountActivityTheme" />

        <!-- widget -->
+2 −0
Original line number Diff line number Diff line
@@ -38,4 +38,6 @@
    <string name="copied_to_clipboard">Copied %1$s to clipboard</string>
    <string name="settings_title">Settings</string>
    <string name="settings_summary">Additional settings for account</string>

    <string name="my_account">My Account</string>
</resources>