Skip to content

Commit

Permalink
localize string resources
Browse files Browse the repository at this point in the history
  • Loading branch information
EricoMartin committed Oct 30, 2021
1 parent fe46ccc commit 303811e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SwitchOrganizationsFragment : Fragment(R.layout.fragment_switch_organizati
if (it.orgData.isNotEmpty()) {
firstTime = false
setUpViews(it.orgData)
binding.toolbar4.subtitle = "${it.orgData.size}" + getString(R.string.orgz)
binding.toolbar4.subtitle = "${it.orgData.size} " + getString(R.string.orgz)
} else {
firstTime = true
}
Expand Down

0 comments on commit 303811e

Please sign in to comment.