Add helper text at the bottom of the private stories list.
This commit is contained in:
parent
d23faf4278
commit
c081193373
2 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@ import org.thoughtcrime.securesms.R
|
|||
import org.thoughtcrime.securesms.components.settings.DSLConfiguration
|
||||
import org.thoughtcrime.securesms.components.settings.DSLSettingsAdapter
|
||||
import org.thoughtcrime.securesms.components.settings.DSLSettingsFragment
|
||||
import org.thoughtcrime.securesms.components.settings.DSLSettingsText
|
||||
import org.thoughtcrime.securesms.components.settings.configure
|
||||
import org.thoughtcrime.securesms.recipients.Recipient
|
||||
import org.thoughtcrime.securesms.util.navigation.safeNavigate
|
||||
|
@ -65,6 +66,8 @@ class StorySettingsFragment : DSLSettingsFragment(
|
|||
)
|
||||
)
|
||||
}
|
||||
|
||||
textPref(summary = DSLSettingsText.from(R.string.StorySettingsFragment__private_stories_can_only_be_viewed))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4516,6 +4516,8 @@
|
|||
<string name="StorySettingsFragment__story_settings">Story settings</string>
|
||||
<!-- Story settings private stories heading -->
|
||||
<string name="StorySettingsFragment__private_stories">Private stories</string>
|
||||
<!-- Note at bottom of story settings regarding who can see private stories. -->
|
||||
<string name="StorySettingsFragment__private_stories_can_only_be_viewed">Private stories can only be viewed by the people you add to them. Only you can see the story name.</string>
|
||||
<!-- Option label for creating a new private story -->
|
||||
<string name="StorySettingsFragment__new_private_story">New private story</string>
|
||||
<!-- Page title for My Story options -->
|
||||
|
|
Loading…
Add table
Reference in a new issue