Tweak init sync / clear cache settings entry

Change-Id: I51d9f701169b67e3e09bbd7d028b5fd8037653a7
This commit is contained in:
SpiritCroc 2022-12-21 10:00:29 +01:00
parent ab4baa90eb
commit 82eabe0fb6
2 changed files with 3 additions and 1 deletions

View File

@ -212,6 +212,6 @@
<string name="settings_enable_member_name_click_summary">Click on a username to mention them</string>
<string name="settings_initial_sync">Initial sync</string>
<string name="settings_initial_sync_summary">Discard local data and reload from server</string>
<string name="settings_initial_sync_summary">Clear cache and reload from server</string>
</resources>

View File

@ -93,9 +93,11 @@
android:key="SETTINGS_CLEAR_MEDIA_CACHE_PREFERENCE_KEY"
android:title="@string/settings_clear_media_cache" />
<!--
<im.vector.app.core.preference.VectorPreference
android:key="SETTINGS_CLEAR_CACHE_PREFERENCE_KEY"
android:title="@string/settings_clear_cache" />
-->
<im.vector.app.core.preference.VectorPreference
android:key="SETTINGS_INIT_SYNC_PREFERENCE_KEY"