mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Fix string resource.
This commit is contained in:
parent
54d8c9de48
commit
d92cf04b6f
2 changed files with 4 additions and 1 deletions
|
@ -553,7 +553,7 @@ class VectorSettingsSecurityPrivacyFragment @Inject constructor(
|
|||
showDeviceListPref.summary = resources.getQuantityString(R.plurals.settings_active_sessions_count, devices.size, devices.size)
|
||||
|
||||
showDevicesListV2Pref.isVisible = vectorFeatures.isNewDeviceManagementEnabled()
|
||||
showDevicesListV2Pref.title = getString(R.string.settings_active_sessions_show_all) + " (V2, WIP)"
|
||||
showDevicesListV2Pref.title = getString(R.string.device_manager_settings_active_sessions_show_all)
|
||||
showDevicesListV2Pref.summary = resources.getQuantityString(R.plurals.settings_active_sessions_count, devices.size, devices.size)
|
||||
|
||||
val userId = session.myUserId
|
||||
|
|
|
@ -3198,4 +3198,7 @@
|
|||
<!-- Element Call Widget -->
|
||||
<string name="labs_enable_element_call_permission_shortcuts">Enable Element Call permission shortcuts</string>
|
||||
<string name="labs_enable_element_call_permission_shortcuts_summary">Auto-approve Element Call widgets and grant camera / mic access</string>
|
||||
|
||||
<!-- Device Manager -->
|
||||
<string name="device_manager_settings_active_sessions_show_all">Show All Sessions (V2, WIP)</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue