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

Commit 288c3275 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

update /e/ account settings text value

parent cee53942
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,13 +54,13 @@
            android:authorities="foundation.e.drive.providers.MediasSyncProvider"
            android:enabled="true"
            android:exported="true"
            android:label="Pictures and videos" />
            android:label="@string/account_setting_media_sync" />
        <provider
            android:name=".providers.SettingsSyncProvider"
            android:authorities="foundation.e.drive.providers.SettingsSyncProvider"
            android:enabled="true"
            android:exported="true"
            android:label="Application settings" />
            android:label="@string/account_setting_app_sync" />
        <provider
            android:name=".providers.MeteredConnectionAllowedProvider"
            android:authorities="foundation.e.drive.providers.MeteredConnectionAllowedProvider"
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
    <string name="app_name">/e/ Drive</string>
    <string name="eelo_account_type" translatable="false">e.foundation.webdav.eelo</string>
    <string name="account_setting_metered_network">Files sync on metered network</string>
    <string name="account_setting_media_sync">Pictures and videos</string>
    <string name="account_setting_app_sync">Application settings</string>

    <!-- Widget -->
    <string name="add_widget">Add widget</string>
    <string name="app_widget_description">My cloud account</string>