add gallery entry to dictionary

This commit is contained in:
Believethehype
2024-07-01 08:21:00 +02:00
parent ec065a6595
commit 1d42440e26
2 changed files with 2 additions and 1 deletions

View File

@@ -596,7 +596,7 @@ private fun CreateAndRenderTabs(
listOf<@Composable (() -> Unit)?>(
{ Text(text = stringRes(R.string.notes)) },
{ Text(text = stringRes(R.string.replies)) },
{ Text(text = "Gallery") },
{ Text(text = stringRes(R.string.gallery)) },
{ FollowTabHeader(baseUser) },
{ FollowersTabHeader(baseUser) },
{ ZapTabHeader(baseUser) },

View File

@@ -134,6 +134,7 @@
<string name="conversations">Conversations</string>
<string name="notes">Notes</string>
<string name="replies">Replies</string>
<string name="gallery">Gallery</string>
<string name="follows">"Follows"</string>
<string name="reports">"Reports"</string>
<string name="more_options">More Options</string>