Update story explanation text.
This commit is contained in:
parent
f401ee00a1
commit
25ac462921
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ class StoriesPrivacySettingsFragment :
|
||||||
|
|
||||||
noPadTextPref(
|
noPadTextPref(
|
||||||
title = DSLSettingsText.from(
|
title = DSLSettingsText.from(
|
||||||
R.string.StoriesPrivacySettingsFragment__stories_automatically_disappear,
|
R.string.StoriesPrivacySettingsFragment__story_updates_automatically_disappear,
|
||||||
DSLSettingsText.TextAppearanceModifier(R.style.Signal_Text_BodyMedium),
|
DSLSettingsText.TextAppearanceModifier(R.style.Signal_Text_BodyMedium),
|
||||||
DSLSettingsText.ColorModifier(ContextCompat.getColor(requireContext(), R.color.signal_colorOnSurfaceVariant))
|
DSLSettingsText.ColorModifier(ContextCompat.getColor(requireContext(), R.color.signal_colorOnSurfaceVariant))
|
||||||
)
|
)
|
||||||
|
|
|
@ -5296,7 +5296,7 @@
|
||||||
|
|
||||||
<!-- StoriesPrivacySettingsFragment -->
|
<!-- StoriesPrivacySettingsFragment -->
|
||||||
<!-- Explanation about how stories are deleted and managed -->
|
<!-- Explanation about how stories are deleted and managed -->
|
||||||
<string name="StoriesPrivacySettingsFragment__stories_automatically_disappear">Stories automatically disappear after 24 hours. Choose who can view your story or create new stories with specific viewers or groups.</string>
|
<string name="StoriesPrivacySettingsFragment__story_updates_automatically_disappear">Story updates automatically disappear after 24 hours. Choose who can view your story or create new stories with specific viewers or groups.</string>
|
||||||
<!-- Preference title to turn off stories -->
|
<!-- Preference title to turn off stories -->
|
||||||
<string name="StoriesPrivacySettingsFragment__turn_off_stories">Turn off stories</string>
|
<string name="StoriesPrivacySettingsFragment__turn_off_stories">Turn off stories</string>
|
||||||
<!-- Preference summary to turn off stories -->
|
<!-- Preference summary to turn off stories -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue